cancel
Showing results for 
Search instead for 
Did you mean: 

test a channel sender JMS

ernesto_cruz
Participant
0 Kudos

Hi all!

can you send me a software or method to test a channel sender JMS? If is possible a guide step.

Thanks in advance!

Note: We are working with SAP Netweaver 7.1

Edited by: ecruz2010 on Aug 25, 2011 8:51 PM

Edited by: ecruz2010 on Aug 25, 2011 8:54 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Steps:

1. Install & Configure a Websphere MQ server (you may use other Java Messaging servers too)

2. Create a queue on this server

3. deploy the JMS driver for this MQ Server on your PI Server (Serach on SDN for the steps)

4. Configure a scenario in PI where JMS is the Sender Adapter. Take a look at the following for the same:

http://help.sap.com/SAPHELP_nwpi711/helpdata/en/f4/2d6189f0e27a4894ad517961762db7/content.htm

5. Post a message to the queue on the MQ Server

6. The Sender JMS channel picks up that message from the queue and starts processing it.

7. The message flow proceeds as per your scenario configured in SAP PI.

Hope this helps.

Regards, Gaurav.

ernesto_cruz
Participant
0 Kudos

Hi Guys! Thanks for the tips!

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

You should have any Messaging Queue product and have to create queue's and queue manager details in MQ , then place one message in Queue.

configure MQ details in Sender JMS Adapter and you have to deploy JMD drivers files on PI Server.

Now only you can test JMS adapter.

Regards,

Raj