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).

How do I install ActiveMQ as a 64-bit Service on windows?

How can I get around the following error? Is there a way I can copy a 64-bit wrapper out there? …

java windows activemq
Count number of messages in a JMS queue

What is the best way to go over a JMS queue and get all the messages in it? How can …

java jms activemq message-queue
Difference between Pending Messages and Enqueue Counter in Active MQ?

In the Active MQ Admin console of what is the difference between "Number Of Pending Messages" and "Messages Enqueued"? When …

activemq messages
Avoiding duplicated messages on JMS/ActiveMQ

Is there a way to suppress duplicated messages on a queue defined on ActiveMQ server? I tried to define manually …

java duplicates jms activemq mom
WARNING as java.io.EOFException when ActiveMQ starts

am trying to start the ActiveMQ 5.11 and I see a WARNING as below: WARN | Transport Connection to: tcp://127.0.0.1:40890 failed: java.…

java activemq messagebroker broker
Check the status of an ActiveMQ broker

I want to create a java class , which has the sole purpose of checking the status of an ActiveMQ broker (…

jakarta-ee activemq
Unable to start Active MQ on Linux

I am trying to get ActiveMQ server running on a RaspberryPI Debian Squeeze box and all appears to be installed …

activemq
ActiveMQ KahaDB always locking and waiting

I am trying to use ActiveMQ in a relatively simple work queue use case. I have one queue, and have …

java multithreading activemq
How to properly to configure ActiveMQ with pooling?

We use following configuration for AMQ <bean id="jmsConnectionFactory" class="org.apache.activemq.ActiveMQConnectionFactory"> <property name="brokerURL" …

activemq connection-pooling apache-camel
Writing tests to verify received msg in jms listener (Spring-Boot)

I want to write test for something like below; There is a listener called state-info-1 in src/main. It does …

spring-boot jms activemq spring-jms spring-test