cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous Communication

Former Member
0 Kudos

Hi,

Do we use Queues in Synchronous Communication ? If or else how it works ?

Thanks in advance,

Neena

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

*Do we use Queues in Synchronous Communication ? If or else how it works ?*

I don't think queuing is possible with Synchronous Communication.As BE doesn't support queueing.

check this to confirm that.

Eo/EOIO?BE - Queue - ? - /people/sap.india5/blog/2006/01/03/xi-asynchronous-message-processing-understanding-xi-queues-part-i

Please go through these links

/people/sap.india5/blog/2006/01/03/xi-asynchronous-message-processing-understanding-xi-queues-part-i

For queues in message mapping

/people/venkat.donela/blog/2005/06/09/introduction-to-queues-in-message-mapping

Here are the Queues for Asynchronous Message Processing

http://help.sap.com/saphelp_nw2004s/helpdata/en/7b/94553b4d53273de10000000a114084/frameset.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f078394a-4469-2910-c4bf-853c7567...

Thanks,

Vijaya.

Former Member
0 Kudos

Hi,

We don't use queues in Synchronous Comunication.

In simple words to answer your 2nd question it is like in any programming language you call a function and the program waits till the function returns you back some value. A seperate thread starts and is in waiting condition untill the response comes back.

Hope it answer your question.

Thanks

Amit

Reward points if answer is useful

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

No we don't use Queues in synchronous communication. apart from BE rest will use queue.

Thanks

Vikranth1

GabrielSagaya
Active Contributor
0 Kudos

BE is used for the Synchronous calls , EO and EOIO are used for the asynchronous calls.

By using QOS as EOIO, one can create the user defined queues.

So we cant use Queues in Synchronous Communication

/people/sap.india5/blog/2006/01/03/xi-asynchronous-message-processing-understanding-xi-queues-part-i

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

hope this helps:

/people/sap.india5/blog/2006/01/03/xi-asynchronous-message-processing-understanding-xi-queues-part-i

Regards

Patrick