cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating MQ series with XI

Former Member
0 Kudos

Hi all,

My scenario is integrating MQ series with XI.

I just want to place the data in MQ series.

Can anyone suggest me how to configure the JMS adapter for MQ series.

Thanks,

kalyan.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Kalyan,

I guess thats not the exact scenario...

is it like u have send data from r/3 to a messaging system

see for the JMS adapter... usually all the credentials like Queue name..factory ,username password etc u will be given...by the client..(although it depends )...

in brief...u have to know the queue name where the messages will be stored.. and in JMS adapter u have to specify that.....

Regards

Biplab

Former Member
0 Kudos

Hi all,

Is there any JMS drivers i need to install for this scenario.

Could anyone guide me in this.

Thanks,

Kalyan

Former Member
0 Kudos

Hi Kalyan,

The answer to your question has already been given by Chirag.

Go through the message which he posted.

First would be to deploy drivers for JMS scenarios - https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f...

Secondly, to configure JMS adapters;

http://help.sap.com/saphelp_nw04/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/content.htm

Regards,

Sumit

Former Member
0 Kudos

HI Kalyan,

Please go through the following links.....

/people/sudheer.babu2/blog/2007/01/18/asyncsync-communication-using-jms-adapter-without-bpm-sp-19

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

First would be to deploy drivers for JMS scenarios - https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f...

Secondly, to configure JMS adapters;

http://help.sap.com/saphelp_nw04/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/content.htm

In case JMS scenario that you have is a sync one, in that case if you are below SP19 you might have to build a BPM - ref: http://help.sap.com/saphelp_nw04/helpdata/en/83/d2a84028c9e469e10000000a1550b0/content.htm

Else ref:

/people/sudheer.babu2/blog/2007/01/18/asyncsync-communication-using-jms-adapter-without-bpm-sp-19

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

How to correlate JMS messages - https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5059f110-0d01-0010-7c8b-fdc...

How to use conversion modules in JMS - https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f02d12a7-0201-0010-5780-8bf...

Thnx

Chirag