Cluster: Slave not forwarding messages?

2015-07-15 Thread jlindwall
I have a cluster consisting of 2 pairs of master/slaves: m1/s1 and m2/s2. They use multicast://default for their networkConnectors. 1 subscriber, 1 publisher, also both using multicast urls. My subscriber is a durable subscriber. Msgs are persistent. I am testing system robustness in the face of

Re: Client reaction to server failure

2015-07-15 Thread jlindwall
Thanks for the response. We can live with "at least once" semantics, so we'll go that route. -- View this message in context: http://activemq.2283324.n4.nabble.com/Client-reaction-to-server-failure-tp4698426p4699364.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: unable to reconnect after exception "Channel was inactive for too long"

2015-07-15 Thread Tim Bain
Jeffrey, In an earlier email, you wrote, "I'm not sure if the Java application ever gets the exception, but if it is, then it's reconnecting quickly." That sounds to me like the problem is *not* happening for Java clients, yet your latest email says "Also, I beleive this happens for both C++ and

Re: unable to reconnect after exception "Channel was inactive for too long"

2015-07-15 Thread jeffrey
The keystore and truststore are set in my init method right after the activemq::library::ActiveMQCPP::initializeLibrary(); This works, sending and receiving for days or weeks before any issue. Where there is an issue, I recreate the ConnectionFactory, Connection, Session, Consumer, Producer, and

JBoss embedded AciveMQ - listening to JBoss port

2015-07-15 Thread Jason_999
Hi, I'm trying to get the following scenario to work: - ActiveMQ embedded in JBoss 5.1 (running on port 80) - Broker that is listening on the JBoss port (http, 80) I've followed this instruction: http://activemq.apache.org/jboss-integration.html The tests are working fine, but if I try to

JBoss embedded AciveMQ - listening to JBoss port

2015-07-15 Thread Jason_999
Hi, I'm trying to get the following scenario to work: - ActiveMQ embedded in JBoss 5.1 (running on port 80) - Broker that is listening on the JBoss port (http, 80) I've followed this instruction: http://activemq.apache.org/jboss-integration.html The tests are working fine, but if I try to get t

Re: ActiveMQ uses 100% CPU

2015-07-15 Thread Kacu
Yeah, I want to, but after this error occur my AMQ reboot and I have to do all process again. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-uses-100-CPU-tp4699129p4699323.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ uses 100% CPU

2015-07-15 Thread Tim Bain
Want to tell us what that error message was? JVisualVM isn't the only way to take a thread dump: https://access.redhat.com/solutions/18178 On Jul 15, 2015 2:12 AM, "Kacu" wrote: > I use jvisualvm to do a dump, but when I have 100% CPU I can't do this, > because I get failed message. > I use Wind

Re: ActiveMQ uses 100% CPU

2015-07-15 Thread Kacu
I use jvisualvm to do a dump, but when I have 100% CPU I can't do this, because I get failed message. I use Windows Server 2012, where is only one instance of AcitveMQ. When I send messages to queue, they stay there for a night, and after that I send a few more messages and problem begin. -- Vi