cancel
Showing results for 
Search instead for 
Did you mean: 

JMS adapter.

Former Member
0 Kudos

When do we use JMS adapter.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Rakesh,

Go through these links for information about JMS:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bb0764f2-0b01-0010-bd85-c7849b40561e">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bb0764f2-0b01-0010-bd85-c7849b40561e</a>

<a href="/people/sudheer.babu2/blog/2007/01/18/asyncsync-communication-using-jms-adapter-without-bpm-sp-19:///people/sudheer.babu2/blog/2007/01/18/asyncsync-communication-using-jms-adapter-without-bpm-sp-19

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/f4/2d6189f0e27a4894ad517961762db7/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/f4/2d6189f0e27a4894ad517961762db7/content.htm</a>

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/604e2b64-e689-2910-64b3-ffd650f83756">JMS: Frequently Asked Questions</a>

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/c1/739c4186c2a409e10000000a155106/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/c1/739c4186c2a409e10000000a155106/frameset.htm</a>

Regards,

Subhasha ranjan

Message was edited by:

Subhasha Ranjan

Former Member
0 Kudos

Hi Rakesh,

JMS adapter is used to connect messaging systems to the Integration engine or PCK. It is a JMS client acting as sender/receiver of messages. The JMS provider is the external queuing system. (e.g. SonicMQ, IBM WebshereMQ).

Hope this helps.

Regards,

Rachit Sharma

Former Member
0 Kudos

Hi Rakesh,

Java Messaging System(JMS) adapter is used to connect XI to other messaging systems like IBM MQSeries 5.2,5.3 etc.....these are msg systems used to connect different systems for passing msgs in between them.....so if you want XI to send or recive msg from these messaging systems, you will have to configure the JMS adapter of XI for your messaging system.......by default XI has a general JMS adapter which you will configure for your particular messaging system.

Thanks,

Rajeev Gupta

Former Member
0 Kudos

Hi,

When we are communicating the MQ Series then we need the JMS Adapter

See the below links

/people/alessandro.guarneri/blog/2006/01/04/jms-sender-adapter-handling-too-short-lines

/people/william.li/blog/2006/11/13/how-to-use-saps-webas-j2ees-jms-queue-in-exchange-infrastructure

content conversion

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f02d12a7-0201-0010-5780-8bf...

SAP help-

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

Regards

Chilla

<i>reward points if it is helpful..</i>

MichalKrawczyk
Active Contributor
0 Kudos

hi,

when we need to connect with a soft (or program) that uses java messaging system

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

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

hi anubhav,

we use jms adapter when we are to read data from some queues from a Messaging system like Sonic MQ, IBM Websphere MQ...