cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Adapter

Former Member
0 Kudos

Hello all,

We are working on a File->XI->JMS scenario.

In the file processed a JMS queue Name is provided.

How do we assign this queue name dynamically to the

JMS adapter?

Thanks in advance.

Regards

Claus Borre Nielsen

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Claus,

1. As far as I know u cannot achive this in the JMS adapter yet

2. One way would be to define a branch step in BPM

and to create as many communication channels as needed...

but no dynamic queue names in this case

3. In one of our projects we created a java proxy which enables us to use dynamic queues for MQ but this is a little bit more advanced way

Regards,

Michal

https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/u/34500 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]

Former Member
0 Kudos

Hi all,

does anyone came up with a solution for this in the meanwhile?

As it seems we have DCJMSMessageQueue in Dynamic Configuration but any manipulation of this value in java/message mapping does not succeed.

Thanks in advance for your help