Re: Artemis JConsole Support

2017-05-05 Thread Clebert Suconic
I had seen a similar question here on tomcat: http://stackoverflow.com/questions/503057/unable-to-use-jconsole-with-tomcat-running-as-windows-service if you add this to your artemis-service.xml: -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8086 -Dcom.sun.management.j

Re: Re: Artemis backup failover even quorum vote failed because of empty networkhealthcheck

2017-05-05 Thread Clebert Suconic
I'm not sure how you're doing this... you should have 3 pairs of active/backup for this to work... or if you don't care about having slaves for 2 of the servers? it seems to me that you have shared storage and 2 servers waiting to become live? they won't be part of the topology until they get t

QueueReceiver only receives first 400 messages

2017-05-05 Thread Bryand
We recently upgraded from ActiveMQ 5.9.0 to 5.14.4. After this upgrade when we use a QueueReceiver to browse a Queue, we only receive the top (first) 400 messages. Prior to the upgrade we would receive all messages from the Queue. I've tried using a high prefetch (consumer.prefetchSize=1000 in

Re: ActiveMQ with PostgreSQL: Not deleting persistent messages sent to a topic

2017-05-05 Thread khandelwalanuj
No. There is only one durable subscriber, I have verified it. This is happening everytime, it's reproducible. More details: 1. 1 producer 1 durable subscriber. Subscriber is in auto_ack mode. 2. Producer sent 100 persistent messages to consumer 3. Consumer successfully consumed them. 4. DB st

Re: ActiveMQ with PostgreSQL: Not deleting persistent messages sent to a topic

2017-05-05 Thread Tim Bain
Have you used JMX to see if there are other durable subscriptions that have not consumed the messages? On May 5, 2017 12:26 AM, "khandelwalanuj" wrote: > Hi, > > Using ActiveMQv5.11.1 > > I am evaluating ActiveMQ with PostgreSQL JDBC adapter. > > I ran a test case where a durable subscriber was