Re: ActiveMQ Request-Reply in flight messages

2015-02-27 Thread yogu13
Hello, Please share the activemq - broker configuration and the bean configuration. Also version of camel being used. Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/ActiveMQ-Request-Reply-in-flight-messages-tp5763232p5763252.html Sent from the Camel

RE: ActiveMQ Request-Reply in flight messages

2015-02-27 Thread Corey Pentasuglia
have also increased timeToLive, but disabling it worked fine for me. Corey PentasugliaSoftware Engineer &Graduate StudentBlog: rdquest.comrdqu...@outlook.com > From: rdqu...@outlook.com > To: users@camel.apache.org > Subject: ActiveMQ Request-Reply in flight messages > Date: Thu, 2

ActiveMQ Request-Reply in flight messages

2015-02-26 Thread Corey Pentasuglia
Hello, I am having some trouble with some ActiveMQ/JMS Camel routes. Essentially, this is what I have: Producer End: from(direct:name).inOut(activemq:queue:name.job) Consumer End: from(activemq:queue:name.job?concurrentConsumers=1&destination.consumer.prefetchSize=0&jmsMessageType=Object&destinati

Re: RoutingSlip with ActiveMQ Request/Reply

2013-06-27 Thread Ioan Eugen Stan
Hello, I've fixed the issue by setting transferExchange=true option on both consumers and producers. old: https://paste.apache.org/gYR2 new: https://paste.apache.org/cK1J Cheers,

RoutingSlip with ActiveMQ Request/Reply

2013-06-27 Thread Ioan Eugen Stan
Hello, I'm trying to implement a simple business process where I use the routing slip to route an Exchange via some endpoints. Each endpoint should do some processing and set some properties on the exchange. I set the MEP to InOut because I wish to use the properties on the message during the next

Re: ActiveMQ - Request Reply

2013-03-05 Thread Raúl Kripalani
MQ and it works! > ... > > > > ${header.accept} contains 'application/json' > > {{module.publication.mq.json.success}} > > > ... > > > > -- > View this message in context: > http://camel.465427.n5.nabble

Re: ActiveMQ - Request Reply

2013-03-05 Thread Alban Joly
/json' {{module.publication.mq.json.success}} ... -- View this message in context: http://camel.465427.n5.nabble.com/SOLVED-ActiveMQ-Request-Reply-tp5728478p5728557.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: ActiveMQ - Request Reply

2013-03-04 Thread Alban Joly
In the case of the message will be posted in the queue, HTTP response can be sent just after the post of the message. It is for asynchronous work. I would like to get a HTTP response quickly Thank you -- View this message in context: http://camel.465427.n5.nabble.com/ActiveMQ-Request-Reply

Re: Activemq Request reply

2012-12-10 Thread kiranreddykasa
Thanks claus I split the route into two routes. 1 - from("tcp").to("activemq"); 2 - from("activemq").process("processor").to("externaltcp"); It worked. - Regards kiran Reddy -- View this message in context: http://camel.465427.n5.n

Re: Activemq Request reply

2012-12-10 Thread Claus Ibsen
ly. So it waits for that. And time out after 20 sec if no reply message. If there is a reply message, then Camel continues routing, and goes to the processor. > > > > - > Regards > > kiran Reddy > -- > View this message in context: > http://camel.465427.n5

Re: Activemq Request reply

2012-12-10 Thread Claus Ibsen
kup th JMS messages, process, and send back the corresponding reply JMS message (as mentioned before). > > > > ----- > Regards > > kiran Reddy > -- > View this message in context: > http://camel.465427.n5.nabble.com/Activemq-Request-reply-tp5723817p5723820.html > Sent from t

Re: Activemq Request reply

2012-12-10 Thread Claus Ibsen
.to("stream:out"); > > This route is working fine ..but if i change the 'sync' option to true in > netty endpoint i m not even able to receive request in the > processorafter 20 secs it's throwing timeout exception. > > > > >

Activemq Request reply

2012-12-10 Thread kiranreddykasa
i change the 'sync' option to true in netty endpoint i m not even able to receive request in the processorafter 20 secs it's throwing timeout exception. - Regards kiran Reddy -- View this message in context: http://camel.465427.n5.nabble.com/Activemq-Request-reply-tp5723817.html Sent from the Camel - Users mailing list archive at Nabble.com.