cancel
Showing results for 
Search instead for 
Did you mean: 

Message communiation using JMS adapter

Former Member
0 Kudos

Hi Expert,

can anyone please explain the message communication using JMS adapters, like how it uses the beans specified in the module and how it get converted to XML message in XI .

If I am using a scenario that is sending a flatfile and a specific MQ series is used here.

Thanks

Sugata B

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Sugata:

SAP XI / PI support a couple of JMS queues, therefore, you need to deploy vendor specific driver first:

How to Install and configure external drivers for JDBC JMS (Deploy)

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

If you use JMS sender adapter, means that you create JMS adapter to pick up file from the queue.

The sender application system will put the message into the queue.

If the message put into the queue is flat file, and you would like to convert it to xml format,

JMS file content conversion is needed. When you came cross this situation, the conversion can be done silimar like you do

on your file sender adapter. But for JMS this is done on Module tab, there is how to document for it.

You will use message transformationBean:

http://help.sap.com/saphelp_nw04s/helpdata/en/57/0b2c4142aef623e10000000a155106/frameset.htm

Hope clarify your doubt

Regards.

Liang

Edited by: Liang Ji on Mar 6, 2009 10:52 PM

Answers (1)

Answers (1)

Former Member
0 Kudos