You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Gupta Bharat <bh...@scania.com> on 2018/03/13 09:20:44 UTC

Apache CAmel to IMB MQ - JMSDestination

Hello,

Issue: I am routing a message from active mq topic to Ibm mq queue, using
Apache camel as the medium between these two. Apache camel is used for
intermediate routing and for transformations. I am setting JMSDestination
in message header as some topic name(eg: FMP/1.0/a/bguxmb). But when
message reaches local q on IBM MQ JMSDestination is overridden by queue
name (eg: LQ.SSCOxxxx).

How I can ensure that JMSDestination remains the same what I am setting
and it's not overridden by Q value.

Any help/clue would be appreciated. :)

Regards,
Bharat Gupta