Re: requestReply with temporary queues in failover situations

2013-10-03 Thread Jack
Thanks Claus. That looks exactly like what I’ve been seeing. I’ll upgrade and see if that makes a difference. On 03/10/2013 17:17, "Claus Ibsen" wrote: >There has been some fixes/improvements in camel-jms. Such as >https://issues.apache.org/jira/browse/CAMEL-5865 > >So you can try upgrading yo

Re: requestReply with temporary queues in failover situations

2013-10-03 Thread Claus Ibsen
There has been some fixes/improvements in camel-jms. Such as https://issues.apache.org/jira/browse/CAMEL-5865 So you can try upgrading your Camel version On Thu, Oct 3, 2013 at 2:37 PM, Jack Perrett wrote: > Hi, > > I have a cluster of brokers and have noticed some problems during failover > sit

requestReply with temporary queues in failover situations

2013-10-03 Thread Jack Perrett
Hi, I have a cluster of brokers and have noticed some problems during failover situations that I¹m uncertain how to handle. I use request/reply with the default temporary queue mechanism provided by camel: producerTemplate.requestBody(myMessage); Under certain conditions this seems to be disp