I am using a JMS bridge to transfer messages from one Websphere MQ queue to another. The messages that are transferred have been grouped with Websphere MQ API calls, however when the arrive at their destination this grouping information has been removed.
The MQ group ID should translate to the JMSXGroupID, and vice versa. It seems the JMS Bridge is not performing this translation. I've tried it with Camel routes and it preserves the group id, so It seems the JMS bridge should preserve the info as well. I'm stuck using the JMS bridge because it works in a master/slave setup, whereas the camel routes don't. Does anyone have a suggestion on how I can get the group information to transfer over the JMS bridge? Thanks. -- View this message in context: http://www.nabble.com/JMS-Bridges-removes-Websphere-MQ-group-id-tp20857473p20857473.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.