cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Adapter Configurations

raviteja_satuluri
Contributor
0 Kudos

Dear Experts,

We are going to Use JMS adapter to Connect with Data Warehouse System in PI 7,4

Up to Now i didn't Use JMS adapter

Can Any one Guide Me

What are the Configurations Needed for Sender Side ?

What are the Configurations Needed for Receiver Side ?

What are the prerequisites

What are the objects we need to design in ESR and Configure in ID Part


Please specify as a Step by Step procedure with Screen shots

It is so help full to Me


Thanks in Advance


Regards,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

vicky20691
Active Contributor
0 Kudos

Hi Ravi,

1. SAP PI doesn't have capabilities to monitor to JMS queue.

2. Regarding ESR everything remains as every other scenario.

3. Pre-requisite - depending on what JMS provider is used , you must have the driver installed for the provider in SAP PI server. The deployment of drivers can be done easily by NWDS/ JSPM.

Regarding Provider and Consumer concept Muniyappan's answer is already helpful to you.

for driver deployment--

http://scn.sap.com/people/michal.krawczyk2/blog/2011/12/25/michals-pi-tips-activemq--jms--topics-wit...

http://scn.sap.com/community/pi-and-soa-middleware/blog/2010/01/27/pixi-activemq--free-but-yet-power...

these links will let you test a sample scenario and also make you aware of steps to deploy drivers.

(Note- you must be on same network with all ports opened between server and your system for this to work, else socket time out exception will be thrown by channel).

4.- Sender and Receiver channels can be configured based on the vendors.

     if you have sonicmq, webspheremq etc. you can choose corresponding protocol.

5. you can also create a JMS queue in SAP PI NWA, and use JNDI protocol to make the channels. for configuring the channel follow-

http://scn.sap.com/thread/3400518

This will get you give you enough start with JMS adapters.

Regards,

Vikas

raviteja_satuluri
Contributor
0 Kudos

This message was moderated.

former_member184720
Active Contributor
0 Kudos

Did you go through the blogs?

If you search for JMS scenario SAP PI there are numerous blogs with screenshots.

Please search.

http://wiki.scn.sap.com/wiki/display/XI/Step-by-Step+Guides+-+Connectivity+-+Main+page

JMS Webservice JMS - Process Integration - SCN Wiki

Answers (2)

Answers (2)

Former Member
0 Kudos
Muniyappan
Active Contributor
0 Kudos

Hi Ravi,

for JMS adapter overview check this

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

for sender adapter configuration

Configuring the Sender JMS Adapter - Advanced Adapter Engine - SAP Library

Receiver adapter configuration.

Configuring the Receiver JMS Adapter - Advanced Adapter Engine - SAP Library

below thread has many links which includes driver installation. please check

Regards,

Muni.