cancel
Showing results for 
Search instead for 
Did you mean: 

MQ Queue utilization

Former Member
0 Kudos

I have a question about MQ Queue use in XI. My scenario is like this:

R/3 - XI - MQ -> Third Party Application.

If a particular MQ que is used in the above scenario, can I use the same MQ que for reverse scenario?

Third Party Application -> MQ - XI - R/3

Any blogs or steps on the above scenario?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Sangita,

You can create a queue as mentioned in this weblog and you can use further:

/people/kan.th/blog/2007/02/05/exploring-jms-and-sap-xi-jms-adaper

---Satish

Former Member
0 Kudos

Thank you, Satish and Satish.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You cannot use the same queue for request and response scenarios. (I think there will be ambiguity if the same queue is polled by two different systems one for request and one for response)

But if your scenario is to achieve Synch mode for communication using MQ then you can check these links.

/people/venkataramanan.parameswaran/blog/2007/01/18/syncasync-communication-in-jms-adapter-without-bpm-sp19

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8060448a-e56e-2910-f588-9af459e7...

Satish.