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: url for my queues for my partners

2012-03-07 Thread fachhoch
I tried addding transport connector , It was able to deploy in weblogic but not in jetty , as adding activemq-optional dependency whihc in trun depends on jetty is causing issues, please advice me for development we use jetty and how to get http transport work in jetty ? -- View this mes

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

Issue in init script

2012-03-07 Thread Larry Meadors
I think I found a bug in the the bin/activemq script. It's simple to fix, and looks like someone was just trying to be too careful. :) When trying to determine the Active MQ installation dir, it does this: saveddir=`pwd` ...then later it does this: cd "$saveddir" In my case, I call the scrip

Re: url for my queues for my partners

2012-03-07 Thread Gary Tully
have a look at the tests: I think this one is a good match; http://svn.apache.org/viewvc/activemq/trunk/activemq-optional/src/test/java/org/apache/activemq/bugs/AMQ2764Test.java?view=markup It validates a network between two brokers over http See the xml configuration for one of the brokers, it i