cancel
Showing results for 
Search instead for 
Did you mean: 

Setting Adapter Specific properties

Former Member
0 Kudos

Hi All,

I have the following Scenario :

Source system ; SAP R/3 - Client Proxy is created to send the data

Destination System : JMS(Websphere MQ) . Receiver JMS channel is used to deliver the message.

I have written a proxy in R/3 system to post the data to JMS.

The receiveing Application is expecting the Message in byte format and it is also expecting a custom property "File Name" as part of the JMS Message properties.

I just stuck up how to set these in my XI message at the sending system and resolve the same at receiver JMS channel and deliver to the target application.

Thanks in advance.

Regards

Renu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

http://help.sap.com/saphelp_nw04/helpdata/en/10/b1b4c8575a6e47954ad63438d303e4/content.htm

have a look at this link from java.sun.com, there you can read details (predefined JMS properties, types you can use, etc..) about JMS properties.

http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/jms/Message.html

If you're talking about "Adapter-Specific Message Properties"

then this is the same as for any other adapter:

have a look at my weblog on "Adapter-Specific Message Properties" usage:

/people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14

also check:

http://help.sap.com/saphelp_nw04/helpdata/en/43/03612cdecc6e76e10000000a422035/content.htm

and on this page:

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

you'll see what kind of "Adapter-Specific Message Properties" can you get from your mapping program

Thanks

Swarup

Former Member
0 Kudos

refer the below link for more information.

U need to write the UDF for taking the file name from the file adapter and then map it to target element.

Advance parameter in file adapter dynamic file name

/people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14

/people/william.li/blog/2006/04/18/dynamic-configuration-of-some-communication-channel-parameters-using-message-mapping

Let me know if u need further details.

Thnx

Chirag

Former Member
0 Kudos

Hi Chirag,

The target is not the file adapter . it is JMS adapter. in this case how do you set the JMS properties?