Top "Activemq" questions

Apache ActiveMQ is an open source (Apache 2.0 licensed) message broker which fully implements the Java Message Service 1.1 (JMS).

ActiveMQ - delete/purge all queue via command line

Is there a way to delete / purge all queues in ActiveMQ via the command line (win/linux)? I could only …

jms activemq message-queue
How to set the ActiveMQ redeliveryPolicy on a queue?

How do I set the redeliveryPolicy in ActiveMQ on a Queue? 1) In the doc, see: activeMQ Redelivery, the explain that …

activemq spring-jms
Difference between Kafka and ActiveMQ

I have been working on Active MQ for quite some time and familiar with the Active MQ architecture. Recently I …

activemq apache-kafka
Signal a rollback from a JMS MessageListener

I've been working with JMS and ActiveMQ. Everything is working wonders. I am not using spring, nor can I. The …

java transactions jms messaging activemq
Apache ActiveMQ browser can't connect to JMX console

I am using Apache ActiveMQ version 5.8.0 and I downloaded Apache ActiveMQ Browser version 2.5.2.8 Within Apache ActiveMQ I edited the activemq.…

activemq jmx
ActiveMQ: How to handle broker failovers while using temporary queues

On my JMS applications we use temporary queues on Producers to be able to receive replies back from Consumer applications. …

java jms activemq failovercluster
RESTful v/s MQ. Differences and other key features apart from Guaranteed Delivery

Ok..So I have started studying about MQ and its purpose/usecase etc... My existing application (Web made using JSP …

rest web-applications rabbitmq activemq
Disable jmx in activemq network of brokers (spring, xbean)

Since I've struggled a lot with this problem, I am posting my solution. Disabling jmx in an activemq network of …

java spring activemq jmx
Activemq will not start on my Ubuntu VM

I'm trying to run activemq on my ubuntu virtual machine but have constantly been running into issues getting it to …

activemq virtual-machine
JMS message size

I'm currently working on bandwidth limiting feature (don't ask me why, its not my decision) for application which use JMS (…

java spring jms activemq bandwidth-throttling