cancel
Showing results for 
Search instead for 
Did you mean: 

XI Queue

Former Member
0 Kudos

1.What is queue in xi?

2.What are outbound and inbound queues and how they are useful?

3. What is the navigation to check messages in xi queues?

Accepted Solutions (0)

Answers (1)

Answers (1)

GabrielSagaya
Active Contributor
0 Kudos

1)queue’s can be used as debugging functionality when it comes to handling messages. They can be used as step by step check of mappings and are applicable to any step in the mapping program

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

2)inbound is always messages entering the XI and outbound are always for messages leaving the XI.

in QoS EOIO there is only one queue cause that how you make sure that everything stay in the right order (if you have 2 queue you can't keepthe order).

in QoS EO you can work in parrallel between several qeue.

in the link http://help.sap.com/saphelp_nw70/helpdata/en/7b/94553b4d53273de10000000a114084/frameset.htm

you can see exactly the queue that you have in PI and thre names.

3)SMQ1-->outbound queue

SMQ2-->inbound queue