cancel
Showing results for 
Search instead for 
Did you mean: 

Quees

Former Member
0 Kudos

hi.....fri's

1)how many types of quees

2)what is the use for quees

3)we want to send huge amount of data, which type of quees we have to used.

4)explain about to quees.

thanks advance.

Prasad.

Accepted Solutions (1)

Accepted Solutions (1)

justin_santhanam
Active Contributor
0 Kudos

Prasad,

Refer the Weblog, it describes everythin about queues.

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

Refer SAP Help for more info:

http://help.sap.com/saphelp_nw70/helpdata/en/04/827440c36ed562e10000000a155106/content.htm

The blog completely explains about the queues.

Best Regards,

raj.

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

<i>1)how many types of quees</i>

Mainly 2 types: Inboundd and Outbound

It could exist for Exactly Once - XBTO (Outbound), XBTI (Inbound)

It could exist for Exactly OnceIn Order - XBQO (Outbound), XBQI (Inbound)

<i>2)what is the use for quees</i>

While transferring the message from sender to receiver XI uses it to store the message temporarily. It acts as FIFO.

<i>3)we want to send huge amount of data, which type of quees we have to used.</i>

XBTL

<i>4)explain about to quees.</i>

Two friends above have provided enough docs

And it is queues not quees

<i>[Reward if helpful]</i>

Regards,

Prateek

Former Member
0 Kudos

Singu,

Check this document on all types of queues and how to prioritze them:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20bb9649-e86e-2910-7aa9-88ed4972...

/people/sap.user72/blog/2005/12/12/how-to-prioritize-messages-in-xi

/people/alessandro.guarneri/blog/2006/11/26/content-based-serialization-dynamic-queue-name-in-xi

---Satish