RE: Camel jms Request reply -scenario with separate queues for request and response

2016-05-18 Thread Steve Huston
> I have 2 queues provided by third party provider 1.request queue, 2.reply > queue > > using camel jms i will send request to request queue, so third party provider > will push respective response to response queue. Ok. > I would to make these calls synchronous. so for each request send to > r

Camel jms Request reply -scenario with separate queues for request and response

2016-05-18 Thread Adarsh_GU
queue ,i need to get response (from response queue) *in same thread*(as like http). Would request-reply(inout) pattern in camel helps to achieve this? Can you please post examples of sample routes to get an idea... -- View this message in context: http://camel.465427.n5.nabble.com/Camel-jms

Re: Camel JMS Request Reply

2012-09-30 Thread Christian Müller
ach. > And read this FAQ about using getIn() or getOut(): > http://camel.apache.org/using-getin-or-getout-methods-on-exchange.html > > Best, > Christian > > > On Sat, Sep 29, 2012 at 10:24 PM, ravi.4indra wrote: > >> Hi , >> >> I need some help with cam

Re: Camel JMS Request Reply

2012-09-30 Thread Christian Müller
r getOut(): http://camel.apache.org/using-getin-or-getout-methods-on-exchange.html Best, Christian On Sat, Sep 29, 2012 at 10:24 PM, ravi.4indra wrote: > Hi , > > I need some help with camel JMS Request reply (InOUT) > > I want my aggregation method to generate new exchange from

Camel JMS Request Reply

2012-09-29 Thread ravi.4indra
Hi , I need some help with camel JMS Request reply (InOUT) I want my aggregation method to generate new exchange from replyMessage(it is the meesage in replyto Queue/response for my request message) and a dummy bean which returns a object. can the aggregationStartegy get the message from

Re: Camel JMS Request/Reply with Websphere

2012-03-15 Thread Claus Ibsen
> >                         >> >                                 >> > >>  ${property.myBoolean} >> >                                        > /> >> >                                        > type="java.lang.String" /> >>

Re: Camel JMS Request/Reply with Websphere

2012-03-15 Thread TheJBoss
contextPath="my.jaxb.soap.annotated.package" > > encoding="UTF-8" /> > > > > > > > > > > > > > > > > > > > > JMSXAppID=IMSJCUSMQS00

Re: Camel JMS Request/Reply with Websphere

2012-03-15 Thread TheJBoss
> >javax.jms.IllegalStateException: Method setExceptionListener not > permitted > > at > >org.springframework.beans.factory.support.AbstractAutowireCapableBeanFacto > > >ry.initializeBean(AbstractAutowireCapableBeanFactory.java:1422) > > > >-- > >Vi

Re: Camel JMS Request/Reply with Websphere

2012-03-14 Thread Babak Vahdat
ner not permitted; nested exception is >javax.jms.IllegalStateException: Method setExceptionListener not permitted > at >org.springframework.beans.factory.support.AbstractAutowireCapableBeanFacto >ry.initializeBean(AbstractAutowireCapableBeanFactory.java:1422) > >-- >View this mess

Re: Camel JMS Request/Reply with Websphere

2012-03-14 Thread TheJBoss
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1422) -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JMS-Request-Reply-with-Websphere-tp5095847p5565080.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel JMS Request/Reply with Websphere

2012-03-14 Thread Babak Vahdat
ion listener is registered [1] http://www-01.ibm.com/support/docview.wss?uid=swg21412761 [2] http://www-01.ibm.com/support/docview.wss?uid=swg1IV00348 [3] http://camel.apache.org/jms#JMS-Alltheotheroptions PS: I love Google :-) Babak -- View this message in context: http://camel.465427.n5.nabbl

Re: Camel JMS Request/Reply with Websphere

2012-03-14 Thread Claus Ibsen
ll, > JMS_IBM_PutTime=00352903, > JMSPriority=0, > JMS_IBM_Encoding=785, > JMS_IBM_Character_Set=IBM037, > JMS_IBM_PutDate=20120314, > JMSReplyTo=null, > JMSCorrelationID=ID:414d51204d51545f44564a3130202020bfb2494f252ba34c, > JMSMessageID=ID:c3e2d840d4d8e3d14040404040404040c94396fb9f26b

Re: Camel JMS Request/Reply with Websphere

2012-03-14 Thread TheJBoss
3339/mqErrors.zip mqErrors.zip -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JMS-Request-Reply-with-Websphere-tp5095847p5563339.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel JMS Request/Reply with Websphere

2011-12-31 Thread mattmadhavan
27.n5.nabble.com/Camel-JMS-Request-Reply-with-Websphere-tp5095847p5112816.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel JMS Request/Reply with Websphere

2011-12-28 Thread Mark Borner
Ibsen To: users@camel.apache.org Date: 23/12/2011 06:40 PM Subject: Re: Camel JMS Request/Reply with Websphere Hi On Thu, Dec 22, 2011 at 11:46 PM, Mark Borner wrote: > > Hello: > > I'm trying to use Camel (v 2.6.0) JMS Request/Reply with Websphere 7 using > Websphere MQ. I&

Re: Camel JMS Request/Reply with Websphere

2011-12-27 Thread wing-tung Leung
On Thu, Dec 22, 2011 at 11:46 PM, Mark Borner wrote: > > I'm trying to use Camel (v 2.6.0) JMS Request/Reply with Websphere 7 using > Websphere MQ. I'm successfully able to put the request message onto the > queue using the following URI: > > > jms:queue:inboundQueue?connectionFactory=#connection

Re: Camel JMS Request/Reply with Websphere

2011-12-22 Thread Claus Ibsen
Hi On Thu, Dec 22, 2011 at 11:46 PM, Mark Borner wrote: > > Hello: > > I'm trying to use Camel (v 2.6.0) JMS Request/Reply with Websphere 7 using > Websphere MQ. I'm successfully able to put the request message onto the > queue using the following URI: > > > jms:queue:inboundQueue?connectionFac

Camel JMS Request/Reply with Websphere

2011-12-22 Thread Mark Borner
Hello: I'm trying to use Camel (v 2.6.0) JMS Request/Reply with Websphere 7 using Websphere MQ. I'm successfully able to put the request message onto the queue using the following URI: jms:queue:inboundQueue?connectionFactory=#connectionFactory&taskExecutor=#taskExecutor&transactionManager=#tr