cancel
Showing results for 
Search instead for 
Did you mean: 

Setting JMS Properties

Former Member
0 Kudos

Can any one point to an example of setting JMS Properties (feature available since SP14). Appreciate help from to get double reward points....

Prasad

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

if you're talking about <b>"Adapter-Specific Message Properties" </b>

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

Regards,

michal

Former Member
0 Kudos

Michal

Thank you for your answer. To address my specific question, I will elaborate further.

When I configure JMS Receiver, I select Adapter Specific Properties and set the 2 JMS string properties. Do I still need to call user defined function for Dynamic Properties? I am using graphical mapping to map my source and target messages.

I am not clear on where will I use custom function to activate Dynamic Configuration to show up in SOAP header. Specifically, If I select the adapter specific properties, will the Dynamic Configuration be activated automatically.

I am looking for specifc JMS example if anyone has used to set the Properties. Appreciate any help.

Regards

Prasad

Former Member
0 Kudos

Hi Prasad,

if you have solved setting the JMS properties can u please help me.

My scenario is Client proxy(sender ) to JMS(Receiver)

The receiver application is expecting a user defined property called "file Name" . i just want to know how to set these JMS properties.

mail id: renu_alla@yahoo.com

Regards

Renu

ravi_raman2
Active Contributor
0 Kudos

Hi,

This should help..

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

http://help.sap.com/saphelp_nw70/helpdata/en/e8/01683c43e87845e10000000a11402f/content.htm:Configuri... Reciever JMS adapter

This should also help with dynamic configuration for JMS adapter

Hope that helps

Regards

Ravi Raman

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prasad,

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