RE: JMS Destinataion is setting NULL

2018-04-03 Thread Gupta Bharat
, Bharat Gupta -Original Message- From: Gupta Bharat Sent: den 28 mars 2018 14:03 To: users@camel.apache.org Subject: RE: JMS Destinataion is setting NULL Hello, My setup involves ActiveMQ --> Apache Camel --> IBM MQ SO I want the JMSDestination values set as topic name and then p

RE: JMS Destinataion is setting NULL

2018-03-28 Thread Gupta Bharat
google. Also there is a IBM MQ Camel component at https://github.com/camel-extra/camel-extra/tree/master/components/camel-wmq (that needs a bit of love to polish it.) On Thu, Mar 22, 2018 at 9:11 AM, Gupta Bharat <bharat.gu...@scania.com> wrote: > am picking up message from ActiveMQ to

JMS Destinataion is setting NULL

2018-03-22 Thread Gupta Bharat
am picking up message from ActiveMQ topic and routing the message to IBM MQ using APACHE CAMEL. I am setting various JMS properties that are getting reflected but when setting JMSDestination value it is coming as null. The change linked below causes camel-jms throws an exception when a message

Apache CAmel to IMB MQ - JMSDestination

2018-03-13 Thread Gupta Bharat
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