Re: A question about reply timeout

2019-08-05 Thread Damien Nicolas
up Le ven. 26 juil. 2019 à 16:08, Damien Nicolas a écrit : > Hmmm actually, if I add a queue, it just move the problem. Any idea? > > Le ven. 26 juil. 2019 à 14:46, Damien Nicolas a > écrit : > >> Hello, >> I have multiple sequential queues in InOut pattern, each queue leads to >> one

Re: A question about reply timeout

2019-07-26 Thread Damien Nicolas
Hmmm actually, if I add a queue, it just move the problem. Any idea? Le ven. 26 juil. 2019 à 14:46, Damien Nicolas a écrit : > Hello, > I have multiple sequential queues in InOut pattern, each queue leads to > one processor. > If a processor takes too much time for a treatment, I would like

Re: A question about reply timeout

2019-07-26 Thread Damien Nicolas
Writing my problem helps me to figure out how to solve it: the message in q1 is injected from Spring and no queue for reply was defined. I changed the exchange pattern of the q1 to InOnly, and now it works. Le ven. 26 juil. 2019 à 14:46, Damien Nicolas a écrit : > Hello, > I have multiple

A question about reply timeout

2019-07-26 Thread Damien Nicolas
Hello, I have multiple sequential queues in InOut pattern, each queue leads to one processor. If a processor takes too much time for a treatment, I would like that the request-reply detects a timeout and send a timeout exception. The timeout with "*CamelJmsRequestTimeout*" works but only for the