cancel
Showing results for 
Search instead for 
Did you mean: 

Messaging Queues

Former Member
0 Kudos

Can someone please explain me what kinds of Queues does IDOC, RFC,Proxy, SOAP, File message processing use?

like, I have many scenarios where in I am sending data to IDOC, RFC, Proxy, SOAP and file adapters. Which Queue is used in each case?

or is it that only one Queue is used to carry all kinds?

Next question is: If I have few proxy message stuck in Queue does it allow smooth processing of RFC messages or IDOCs?

Q: If some RFC messages (Eg; Bapi_po_Create) are stuck in Queue, does it allow processing of a different BAPI (BAPI_po_change) while bapi_po_create stuck in Queue?

Q : If some RFC messages are stuck in Queues and does it allow proxy messages to process?

I did search in SDN before posting this question, I did not get exact answers...

Thanks,

Venkat..

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos

If the QoS is EOIO then a dedicated queue is used for message processing....also one (or specified) queue will be used if you configure message/ queue prioritization for your interface.

In other cases, the queue is determined at runtime....its not just one queue that is used.

Next question is: If I have few proxy message stuck in Queue does it allow smooth processing of RFC messages or IDOCs?

It would.

A good blog on queue .... incase if you have not checked it already : /people/sap.india5/blog/2006/01/03/xi-asynchronous-message-processing-understanding-xi-queues-part-i

Regards,

Abhishek.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Venkat,

There are build in queues to more refer the help link

http://help.sap.com/saphelp_nw04/helpdata/EN/04/827440c36ed562e10000000a155106/content.htm

As mentioned above queues are mostly inbuilt functionality in XI message processing,but there are some

specific queues and Queues can be prioritized by doing the necessary configuration in admin.

here are some pointers which would give you some insight.

http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417200)ID0647143550DB01673835744040254469End... introduction to queues in PI.

http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417200)ID0647143550DB01673835744040254469End... adapter specific queues.

similar forum post.

discussion.

http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417200)ID0647143550DB01673835744040254469End... - queues in message mapping.

Regards,

Srinivas

Former Member
0 Kudos

Hi Venkat,

> Can someone please explain me what kinds of Queues does IDOC, RFC,Proxy, SOAP, File message processing use?

All adapters with supporting Quality of service

http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm

> like, I have many scenarios where in I am sending data to IDOC, RFC, Proxy, SOAP and file adapters. Which Queue is used in each case?

> or is it that only one Queue is used to carry all kinds?

we can't say exactly, depending on the messages XI automatically creates the number of queues.

> Next question is: If I have few proxy message stuck in Queue does it allow smooth processing of RFC messages or IDOCs?

According to my knowledge, if one queue messages are strucked then other queue messages goes as it is.

Regards

Ramesh