cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Adapter

Former Member
0 Kudos

Hi Experts,

I've gone through JMS Adapter Configuration in help.sap.com, where I got to know that JMS uses the message types like TransportMessage and XMBMessage.

Can anybody eloborate these concepts and suggest any related blogs.

Thanks in advance.

Krishna.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

JMS adapter is a JMS client acting as sender / receiver of messages. The JMS provider is the external queuing system (Sonic MQ, IBM WebSphere MQ etc). JMS Adapter is used to connect Messaging systems to the Integration Engine. It supports Transport protocols: Sonic MQ, WebSphere MQ, JNDI JMS provider Lookup, JMS provider Objects via file, Generic JMS Provider.

Check these links as well.

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

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

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

Second would be to configure the adapter -

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

More details;

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...

regards