Re: ActiveMQ 5.13.0 - Bug in Composite Destination using Stomp ?

2016-06-10 Thread aanto
ueue://test.aanto2.queue", instead of creating a QUEUE "test.aanto2.queue" stompconnection.send("topic://test.aanto1.topic,topic://test.aanto2.topic", "messsage1", "tx1", null); => PASS: creates TOPIC "test.aanto1.topic" => FAIL: creat

Queston: ActiveMQ client Failover - tcp

2016-05-14 Thread aanto
I have been moving some of my clients to use the failover url using below. url= "failover:(tcp://node1:61616?useInactivityMonitor=false, tcp://node2:61616?useInactivityMonitor=false)?randomize=false;"; I bring down node1, client is able to read/write message by connecting to node2.

Re: ActiveMQ 5.13.0 - Bug in Composite Destination using Stomp ?

2016-04-15 Thread aanto
Hi Tim, Thank you for the quick fix. What is the timeline for 5.13.3 release ? Thank you Aanto. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-13-0-Bug-in-Composite-Destination-using-Stomp-tp4710740p4710790.html Sent from the ActiveMQ - User mailing list

ActiveMQ 5.13.0 - Bug in Composite Destination using Stomp ?

2016-04-13 Thread aanto
ActiveMQ: 5.13.0 Java: 1.8.0u51 Using Stomp for Sending message to a composite destination as below generates a single queue name as "aanto.test1queue://aanto.test2". Ideally it should have created 2 queues - aanto.test1 and aanto.test2. Stomp Code. StompConnection stompc

Re: Issue with ActiveMQ 5.13.0 - Jetty(9.2.13.v20150730.jar)

2016-02-08 Thread aanto
Thank you for the info. Would ActiveMQ tarball be adding jetty-jaas-*.jar into the lib./optional directory in the future, as developers may be using older references and would need to otherwise manually download this artifact. -- View this message in context: http://activemq.2283324.n4.nabble

Issue with ActiveMQ 5.13.0 - Jetty(9.2.13.v20150730.jar)

2016-02-03 Thread aanto
ActiveMQ 5.13 seems to have an Upgraded Jetty (from 8.x to jetty-all-9.2.13.v20150730.jar). This version of Jetty seems to be missing certain objects related to below classes. org.eclipse.jetty.jaas.callback Jetty Jaas : Jaas Callbacks org.eclipse.jetty.jaas.spi Jetty Jaas : Various J