Re: Query:Option to set replyTo with Q and QMngr

2019-02-14 Thread Manikanta Mudragada
Thanks much Claus. --Manikanta On Thu, Feb 14, 2019 at 1:21 AM Claus Ibsen wrote: > Hi > > camel-jms is built on top of Spring JMS. So it can help to widen the > search to see how spring jms does this. > You may need to setup something in your jms client, or provide some > custom JMS header/pro

Re: Query:Option to set replyTo with Q and QMngr

2019-02-13 Thread Claus Ibsen
Hi camel-jms is built on top of Spring JMS. So it can help to widen the search to see how spring jms does this. You may need to setup something in your jms client, or provide some custom JMS header/property with that queue manager. IBM MQ is a "bit special" in regards to JMS and can be a bit more

Query:Option to set replyTo with Q and QMngr

2019-02-13 Thread Manikanta Mudragada
Hi Team, In camel-Jms component I was able to configure replyTo with queue name while sending the request to IBM MQ but my requirement is to send both replyToQueue and replyToQMngr which remote IBM MQ server is expecting. So that It will route the message to corresponding Response queue supplied