You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Manikanta Mudragada <ma...@gmail.com> on 2019/02/13 17:00:36 UTC

Query:Option to set replyTo with Q and QMngr

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
in replyTo on the corresponding QMngr that we are supposed to send.

I do not find a way to send both through camel-jms component.

Please suggest.

Thanks,
Mani
-- 
Best Regards,
Manikanta Mudragada
Mobile: + 1 (860)-830-7036

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

Posted by Manikanta Mudragada <ma...@gmail.com>.
Thanks much Claus.

--Manikanta

On Thu, Feb 14, 2019 at 1:21 AM Claus Ibsen <cl...@gmail.com> 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/property with that queue manager.
>
> IBM MQ is a "bit special" in regards to JMS and can be a bit more
> complex to setup than something like ActiveMQ etc.
>
> On Wed, Feb 13, 2019 at 6:24 PM Manikanta Mudragada
> <ma...@gmail.com> wrote:
> >
> > 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
> > in replyTo on the corresponding QMngr that we are supposed to send.
> >
> > I do not find a way to send both through camel-jms component.
> >
> > Please suggest.
> >
> > Thanks,
> > Mani
> > --
> > Best Regards,
> > Manikanta Mudragada
> > Mobile: + 1 (860)-830-7036
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>


-- 
Thanks and Regards,

Manikanta Mudragada | Mob: 8608307036| Email:  manikanta.mudragada@gmail.com

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

Posted by Claus Ibsen <cl...@gmail.com>.
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
complex to setup than something like ActiveMQ etc.

On Wed, Feb 13, 2019 at 6:24 PM Manikanta Mudragada
<ma...@gmail.com> wrote:
>
> 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
> in replyTo on the corresponding QMngr that we are supposed to send.
>
> I do not find a way to send both through camel-jms component.
>
> Please suggest.
>
> Thanks,
> Mani
> --
> Best Regards,
> Manikanta Mudragada
> Mobile: + 1 (860)-830-7036



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2