cancel
Showing results for 
Search instead for 
Did you mean: 

JMS to File Scenario

arkesh_sharma
Active Participant
0 Kudos

Hi All Experts,

I want to perform JMS to File Scenario but i am unable to figure out what will my message be(that is, the format and type of the message like xml, txt etc.) on the sender side and where will it reside so that it gets picked up and gets posted to the Integration Server. Kindly provide me the detailed settings of the configuration of the sender JMS adapter as well.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Arkesh,

For JMS scenarios, you have first install the Drivers. Go through these document to know "How to install & Configure the JMS Drivers".

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70ffd890-0201-0010-708f-d5dad2df...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f04ce027-934d-2a10-5a8f-fa0b1ed4...

You need to create the Queue manager, Queue at the MQ side and use that Queue name in the channel configuration for receiving the message.

In the below mentioned blog you will find how to configure the sender & recevier JMS adapter.

Regards,

Sarvesh

Former Member
0 Kudos

Hi,

Ur mesage will be put in JMS queue of the MQ server, In Xi u have to configure the JMS channel and give the queue name and other details, XI will pick up the data from that queue.

Refer the below weblog for more details.

U have to fisrt deploy the JMS drives on XI.

configure JMS adapters;

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

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

chirag