cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically setting JMS Connection Parameters

Former Member
0 Kudos

Hi,

I have a Proxy->JMS scenario.

Based on the incoming data I have to set the topic name dynamically.

Right now I use "Access JMS Provider Generically" and give the connection parameters and topic name in the additional parameters tab.

Is it possible to pass these values dynamically? specifically the TOPIC/QUEUE name?

I'm aware of the attributes DCJMSMessageProperty like TransactionID/Doctype but those are used to set the message's property can they be used to set these additional parameters?

Thanks

Shakthi

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>Is it possible to pass these values dynamically? specifically the TOPIC/QUEUE name?

as far as I know it's not possible in additional parameters tab of JMS

Regards,

Michal Krawczyk

Answers (1)

Answers (1)

former_member208404
Participant
0 Kudos

Hi Shakthi,

You might have to consider writing a custom adapter module to get this done.

Regards

Abhishek

Former Member
0 Kudos

Hi,

Thanks for the responses.

Its quite disheartening to know that a simple feature like this is not available in JMS.

I raised an OSS note and SAP claims that it is possible to set it dynamically using the ReplyTo field. But it didnt work for me.