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
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.
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
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
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
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