cancel
Showing results for 
Search instead for 
Did you mean: 

one jms queue ..multiple message types

Former Member
0 Kudos

How can i handle the situation when i have one queue for multiple message types.

I can make the difference for the messages only by reading the body.

Florin

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

JMS and XI JMS adapter is unfortunately not designed to work this way.

You cannot read various message types from the same queue. Instead you need to have dedicated queues per message type and 1:1 relationship for MQ queue and XI JMS channel.

Regards,

Kai

Former Member
0 Kudos

hi

is this answered.Did you find a solution for this,if so can u share it.I have a similar situation.

Former Member
0 Kudos

Hello, I'm also looking for a solution to this. Please reply if anyone knows a way to monitor one JMS queue for multiple message formats coming in.

Regards,

Aaron

Former Member
0 Kudos

Hi,

This can be handled if there is any identifiers in the JMS message/header to differentiate between different message types.

If the above is satisfied u can use split the messages at the MQ level and place the different messages in different queues.

Regards,

Rajesh