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
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
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
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,
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
MQ and it works!
> ...
>
>
>
> ${header.accept} contains 'application/json'
>
> {{module.publication.mq.json.success}}
>
>
> ...
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble
/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.
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
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
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
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
.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.
>
>
>
>
>
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.
13 matches
Mail list logo