cancel
Showing results for 
Search instead for 
Did you mean: 

Sender Comm Channel

Former Member
0 Kudos

Hi,

what is the queue that appears when i select qos mode as EOIO in File Sender Communication Channel. and what value should i specify there.

Accepted Solutions (0)

Answers (5)

Answers (5)

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

To check queue

Receiver side adapter engine->Outbound queue(SMQ1)

Sender side Adapter engine->Inbound queue(SMQ2)

Former Member
0 Kudos

Hi,

EOIO stands for Exactly Once In Order, this means your messages will be sent in sequence one by one. So if you want to maintain the sequence of your messages then use EOIO, else use EO (Exactly Once) for parallel processing.

Regards,

Sarvesh

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

here is a blog about the queue concept:

Regards

Patrick

MichalKrawczyk
Active Contributor
0 Kudos

hi,

this is the name of the queue that will process your files

with this CC if you want to have EOIO processing

if can be anything but in standard don't use EOIO processing

if you don't need it - use EO

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal,

How can i monitor those queues.

SudhirT
Active Contributor
0 Kudos

Hi,

Check in tcode SMQ1,SMQ2.

Thanks!

Former Member
0 Kudos

Hi

As Sudir Said, you can use the SMQ1 and SMQ2 are used to monitor the queues.

check thrrugh these blogs for more info on queues

Regards

Goli Sridhar