Skip to Content
0
Former Member
Mar 25, 2009 at 09:00 AM

Possibility of dynamic MQ queue selection in one receiver JMS channel

73 Views

Hi all,

I just want to ask whether it's possible in PI7.0 or PI7.1 to send a message dynamically to MQ queues based on payload information using a single JMS receiver channel.

Example:

1)

If the XML looks like this:

....

<element>param_1</element>

...

Then JMS receiver channel "RCV_JMS_1" should send the message to MQ queue "MQ_param_1".

2)

If the XML looks like this:

....

<element>param_2</element>

...

Then JMS receiver channel "RCV_JMS_1" should send the message to MQ queue "MQ_param_2".

Is that doable? If yes how (by using some module in the channel)?

Thanks in advance for your help!

Regards,

Kai