cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Messages

Former Member
0 Kudos

Hi All

To place the asynchronous JMS messages in a receiver system incoming queue

what are the configuration steps we need to follow in XI?

Is JMS adapter is used to communicate with JMS systems or to generate the JMS messages?

If receiver is webservice how can we send the JMS messages from XI?

Thanks in advance.

Kartikeya

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

>what are the configuration steps we need to follow in XI?

Receiver Adapter JMS

> Is JMS adapter is used to communicate with JMS systems

Yes

> If receiver is webservice how can we send the JMS messages from XI?

In this case Sender JMS Adapter & Receiver SOAP Adapter

Can you share your requirement, Sender /Receiver systems

Regards

Agasthuri Doss

Former Member
0 Kudos

Hi Agasturi,

My scenario is to pick the data from r/3 and have to send the JMS messages to third party system.I prefered proxy at sender side. I am in confusion to configure the receiver adapter. As per your reply I have to configure JMS adpter.

Which transport protocol that I have to use?

which jar files I have to deploye in J2EE engine?

How it will communicate with the receiver system?

where it post the data (In file adpter we have the option target directory)?

what information we need from the third party system to configure the adapter?

Thanks in advance

kartikeya

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

JMS adapter is used to deal with the MQ series.

For an FAQ on the JMS adapter, see SAP Note 856346.

http://help.sap.com/saphelp_nw04s/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/frameset.htm

Refer below links, it will answer all your questions

JMS Frequently Asked

Questions

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/604e2b64-e689-2910-64b3-ffd650f8...

Using the JMS-Adapter

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a05b2347-01e7-2910-ceac-c45577e5...

Thanks

Swarup

Former Member
0 Kudos

U need to configure sender JMS adapter in XI for WeblogicMQ/SOnicMQ/MQseries/TIbcoEMS.

So your sender JMS channel connect either one of those message server and pull the data from there outbound queues and send it to target Webservice.

For example i am giving weblogic details for Sender JMS channel:

JNDI LOOKUP NAME FOR QUEUE CONNECTION FACTORY :com.mdsi.port.paJms.queueConnectionFactory

JNDI LOOKUP NAME OF JMS QUEUE: com.mdsi.port.paJms.DefaultCIS0.OutboundQueue

NAME OF JNDI INITIAL CONTEXT:weblogic.jndi.WLInitialContextFactory

JNDI SERVER ADDRESS :t3://XXXXXXXX.XXXXXX.int:27200

JNDI LOGON USER : xxxxxx

JNDI LOGON PWD :XXXXXX

you need to know which Message server sending from sender side.,..

if you want more clarity ..let me know!