System.exit() in message listener

2016-07-27 Thread raster3
Hi, Lets say there are 2 similar message listeners in two different jvms. They receive numbers as text messages. in 1st listener 3 will cause a System.exit In 2nd listener 4 will cause a System.exit if system.exit is trigerred in one listener is it safe to assume the message will be received by the

Re: Error setting up replicated failback

2016-07-27 Thread Clebert Suconic
You are only specifying a MQTT acceptor and an MQTT connector. I would use a real IP on the connector, and would leave open the CORE protocol as the CORE is used for communication between the nodes. look at the produced server when you run the example under ./target... Or use --clustered --rep

Re: javax.naming.NamingException: Something already bound at testQueue

2016-07-27 Thread Justin Bertram
Can you open a JIRA for this at https://issues.apache.org/jira/browse/ARTEMIS? Big kudos if you can also add a test to org.apache.activemq.artemis.tests.integration.jms.SimpleJNDIClientTest which reproduces the failure. Justin - Original Message - From: "Korny Sietsma" To: users@act

javax.naming.NamingException: Something already bound at testQueue

2016-07-27 Thread Korny Sietsma
Hi - I'm doing some Artemis testing. I have a Jepsen process that spawns 10 threads, each of which connects to the same queue using the name "dynamicQueues/testQueue" And I get an exception on one of the threads: javax.naming.NamingException: Something already bound at testQueue at org.ap