You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Lars Ivar Igesund <la...@igesund.net> on 2008/10/01 23:36:11 UTC

Re: Getting a reply to an exchange over JMS

On Tuesday 30 September 2008 13:36:46 James Strachan wrote:
> 2008/9/30 Lars Ivar Igesund <la...@igesund.net>:
> > Hi!
> >
> > I need to do a synchronous request over JMS, and I was told this can be
> > done by using an InOut exchange.
>
> It sure can - e.g. try doing some remoting over JMS...
> http://activemq.apache.org/camel/spring-remoting.html

Indeed - after some sparring on IRC with you guys, I got it working. My 
issue(s) were that there was an .to() after the process + me expecting the 
body where I got the exchange.

Thanks!

Best regards,
Lars Ivar Igesund