cancel
Showing results for 
Search instead for 
Did you mean: 

Usege and Concept of Queues in Proxy Calls

Former Member
0 Kudos

Hi

Could anyone explain the usage / concept of queues in Proxy calls

Or send any documents

I see queues being shown in SXMB_MONI while searching for processed messages

Are queues required for all types of message processing (say file to jdbc)

thanks

Prashanth

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Go through the note:

<b>951248</b> - Outbound queue remains in the status 'SYSFAIL'

reg.,

Yallabandi

Former Member
0 Kudos

Hi Prashanth -

In short, they're required for asynchronous message processing, guaranteed delivery, exactly once (and exactly once in order - i.e. Quality of Service). Queues are not proxy specific and applies to message processing with the other adapters (e.g. file, jdbc, etc.). See the link on <a href="http://help.sap.com/saphelp_nw04/helpdata/en/7b/94553b4d53273de10000000a114084/frameset.htm">Queues for Async Message Processing</a>