Re: NMSReplyTo and JMSReplyTo

2012-03-07 Thread Jim Gomes
A bit of a heads-up, when using a a Request/Reply pattern, *don't* use temp queues. Temp queues (and temp topics) are severely broken in the ActiveMQ 5.4.x and 5.5.x versions. They will only work for a short time before the broker uses up whatever resources, and then it will kick your client off

Re: NMSReplyTo and JMSReplyTo

2012-03-07 Thread Timothy Bish
On Wed, 2012-03-07 at 14:26 +0100, Knut Aksnes-NOR wrote: > Will a JMSReplyTo property created by a Java sender be made available and be > usable as a NMSReplyTo attribute by a .NET client using NMS with the ActiveMQ > provider? > > We need to use the Request Reply EIP pattern from Camel agains

NMSReplyTo and JMSReplyTo

2012-03-07 Thread Knut Aksnes-NOR
Will a JMSReplyTo property created by a Java sender be made available and be usable as a NMSReplyTo attribute by a .NET client using NMS with the ActiveMQ provider? We need to use the Request Reply EIP pattern from Camel against a component we intend to write in .NET (Mostly due to the availabi