Re: AMQ SCHEDULED DELAY

2017-09-19 Thread Tim Bain
On Sep 19, 2017 1:44 PM, "srramu45" wrote: Yes scheduled messages are not working .We have requirement to set message schedule for 60 sec to 1 hour , message should come in to queue or it should be consumed after given time and not sure if this scheduled messages are going

Re: javax.jms.JMSException: Cannot send, channel has already failed: tcp://127.0.0.1:61616

2017-09-19 Thread Raffi
We see the same error, sporadically, we feel it's caused by load-balancers momentarily directing JMS clients to slaves on initial connect during a master failover situation, at least that's our best guess. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: Stuck messages

2017-09-19 Thread Tim Bain
1) I've always found far more value in the information exposed via JMX than in the content shown on the web console. The web console is great for basic system monitoring, but anytime you want to understand what's actually going on inside the broker, I've always found that JMX was far more useful.

Multiple SSL Context Elements

2017-09-19 Thread kai
Hello together, I'm new here and i want to create a ssl connections with two different ssl certificates but in the broker I can only add one keystore path and one truststore path. Thank you for helping with regards, Kai -- Sent from:

Re: AMQ SCHEDULED DELAY

2017-09-19 Thread srramu45
Yes scheduled messages are not working .We have requirement to set message schedule for 60 sec to 1 hour , message should come in to queue or it should be consumed after given time and not sure if this scheduled messages are going through queue or consumed. We found below error on the servers. We

ActiveMQ 5.14.5 - Network connector dropping and reconnecting every 30 sec.

2017-09-19 Thread mtod
*My Setup: * Systems: >OS: Windows Servers 2016 >ActiveMQ Version: 5.14.5 >Java: 1.8.141 I have setup 2 - 3 node Master/Slave/Slave clusters on AWS 2 on-prem ActiveMQ servers >1 running 5.14.5 >1 running 5.10.0 Current network configuration Germany (AWS) <-> USEast (AWS) <->

Re: Stuck messages

2017-09-19 Thread rockies
Thank you Tim and Raffi, I made the change and re-started brokers. Tim, I do see consumers that have no session attached in ActiveMQ Web Console. Can I still set replayWhenNoConsumers ? One other thing we have to deal with is that whenever brokers are re-started most of our queues disappear.

Re: "allowLinkStealing" as a client configuration

2017-09-19 Thread Tim Bain
Do you get a stack trace after that line in the logs? I spent a small amount of time trying to figure out where that InvalidClientIDException is thrown so I could look at why that null might be getting in there, but it wasn't immediately obvious so a stack trace would help. Note that the JRE will

Re: activemq memory usage 4 times greater than Maximum heap allocated

2017-09-19 Thread erik-wramner
Java 7 is end of life, so when I filed the bug I didn't include it in affected versions. I'm almost 100% certain that it is affected as well. The bug is in G1. -Erik -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html