Re: Artemis 2.0 client migration from ActiveMQ 5.14

2017-03-27 Thread mtod
Thanks I got the uri to work my prod ActiveMQ implementation has dynamic queue creation Artemis does not have that turned on or at least I don't know how to do that yet. Thanks Again Mike -- View this message in context: http://activemq.2283324.n4.nabble.com/Artemis-2-0-client-migration-from-

Re: Artemis 2.0 client migration from ActiveMQ 5.14

2017-03-27 Thread Timothy Bish
On 03/27/2017 06:51 PM, mtod wrote: Thanks for the quick reply. That's good to know I have been having issues using my existing test clients trying to connect both from Camel and JMS/NMS. Has the URI changed maybe I'm missing something. I know the system is working correctly the command line t

Re: Artemis 2.0 client migration from ActiveMQ 5.14

2017-03-27 Thread mtod
Thanks for the quick reply. That's good to know I have been having issues using my existing test clients trying to connect both from Camel and JMS/NMS. Has the URI changed maybe I'm missing something. I know the system is working correctly the command line tool works fine sending and receiving m

Re: Artemis 2.0 client migration from ActiveMQ 5.14

2017-03-27 Thread Timothy Bish
On 03/27/2017 06:45 PM, mtod wrote: I'm looking to upgrade to Artemis from ActiveMQ 5.14 most of my clients are running JMS and NMS openwire. Is there a path to upgrade without rewriting all the clients? if so do you have an example of the connection string? Artemis has OpenWire support built

Artemis 2.0 client migration from ActiveMQ 5.14

2017-03-27 Thread mtod
I'm looking to upgrade to Artemis from ActiveMQ 5.14 most of my clients are running JMS and NMS openwire. Is there a path to upgrade without rewriting all the clients? if so do you have an example of the connection string? Thanks Mike -- View this message in context: http://activemq.2283

Re: Artemis 2.0 : Client with v2.0.x jars in the classpath to a v1.5.x server. is it supported?

2017-03-27 Thread titou10
It does not to work the other way either: Java client with the Artemis v1.5.3 client jar on the classpath trying to talk to a v2.0.0 server It fails with an exception on the client side: java.lang.IndexOutOfBoundsException: readerIndex(22) + length(276) exceeds writerIndex(294): UnpooledDuplica

Re: Apache Artemis - Stress-test time

2017-03-27 Thread Martyn Taylor
Glad to be of help. Please let me know how you guys get on with the latest fix. On Thu, Mar 23, 2017 at 3:43 PM, francesco81 wrote: > Hi Martyn, > you are a kind of super hero to us! > > I'm going to build your fix and try it with our stress tests. > I'll give you a feedback. > > Thanks a lot a

Activemq 5.14.4 context.start() issue

2017-03-27 Thread srinivas.indali
Currently we are using Activemq 5.9.1, we are upgrading to 5.14.4, we have observed few changes but i could not get the exact reason. 1. context.start() is not working instead of that we need to use context.startAllRoutes() 2. setAutoStartup(true) we need to give before starting the routs 3. whil