Need Unix command to purge and delete queues and topics

2018-07-17 Thread Shital24
Hi Team, Can you please help me to share Unix command to purge and delete queues, also please share command to delete topics from ActiveMQ. We need this command create script to purge and delete ActiveMQ queues and topics, currently we are doing from web url "http://<>:8161/admin/queues.jsp" and

Re: Artemis Failover tests

2018-07-17 Thread udayansahu
Thanks, it solved the problem... -- Udayan Sahu -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

RE: Potential message loss seen with HA topology in Artemis 2.6.2 on failback

2018-07-17 Thread Udayan Sahu
Its simple HA subsystem, with a simple ask in replicated state system, it should start from last committed state…   Step1: Master (M1) & Standby (S1) Alive Step2: Producer Send 10 Message à M1 receives it and replicates it to S1 Step3: Kill Master ( M1) à It makes S1 as New Master Step4:

Re: Potential message loss seen with HA topology in Artemis 2.6.2 on failback

2018-07-17 Thread Clebert Suconic
Ha is about preserving the journals between failures. When you read and send messages you may still have an failure during the reading. I would need to understand what you do in case of a failure with your consumer and producer. Retries on send and duplicate detection are key for your case.

Potential message loss seen with HA topology in Artemis 2.6.2 on failback

2018-07-17 Thread Neha Sareen
Hi, We are setting up a cluster of 6 brokers using Artemis 2.6.2. The cluster has 3 groups. - Each group has one master, and one slave broker pair. - The HA uses replication. - Each master broker configuration has the flag 'check-for-live-server' set to true. - Each slave broker

Retry queue message delivery to another node after timeout or connection failure

2018-07-17 Thread Scott Van Wart
I can't for the life of me figure out how to get ActiveMQ Artemis to try another node for message delivery. I have a domain-managed wildfly cluster with 3 nodes: Wildfly 12 (Artemis 1.5.5) and JDK 1.8.0_131 running on Ubuntu 16.04. I started with the defaults. I deployed an EAR with a single

Re: Logging DLQ activity

2018-07-17 Thread Tom Hall
If you are willing to do some light development you can put in some specific code to do just that logging, or you could enable the logging plugin but you will get more than what you want. take a look at http://activemq.apache.org/developing-plugins.html

Logging DLQ activity

2018-07-17 Thread Frizz
I'd like to get notified each time a messages ends up in a DLQ. My preferred solution would be to use the existing ELK stack and write a filter in Kibana. (have the AMQ logfiles sent via Logstash to Kibana) Question is: How can I configure AMQ to write DLQ related messages in the logfiles? What