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

Which embedded messaging system -> ActiveMQ or HornetQ

I would appreciate some general pointers and opinions regarding which of the two messaging systems is easier to manage has …

java jboss jms activemq hornetq
ActiveMQ remote connections refused despite 0.0.0.0 in broker URL

I have an ActiveMQ v5.7.0 broker, running in Karaf v2.3.3, that I want to enable for remote connections. I've set …

activemq apache-karaf blueprint-osgi
configure JMX for ActiveMQ for remoting access

Anyone can give the detailed steps on how to enable JMX (can be access remotely) on a newly installed 5.5.0 version?

activemq jmx
Unit testing with JMS (ActiveMQ)

How to do unit testing with JMS ? Is it some de-facto for this ? I googled something - Unit testing for …

unit-testing mocking jms activemq jmstemplate
How to activemq in ssl

I'm trying to send messages via jms (activemq) but I want it to be in ssl protocol. It actuality works …

java ssl jms activemq jndi
ActiveMQ won't restart because KahaDB is locked

Locally to start/stop ActiveMQ (5.6) on my dev machine I just run ./activemq start and ./activemq stop respectively. On our …

java jetty activemq restart
Spring JMS(ActiveMQ) delayed delivery of messages

We're trying to set a delay on some JMS messages, so that a message will only be added to the …

java spring jms activemq spring-jms
Advantages of HornetQ vs ActiveMQ vs Qpid

I was browsing for an open source messaging software and after some good bit of research I came across these …

jms activemq middleware hornetq qpid
ActiveMQ exception when stopping

Configuration: Redhat 5.3, Sun Java 1.6.31, ActiveMQ 5.4.2 I'm getting an exception every time I stop activemq ($> service activemq stop) ACTIVEMQ_HOME: /…

activemq jmx
Where to change prefetch value in activemq

I read documentation about prefetch buffer.As per my understanding If I assign Prefetch value =1 to consumer A. Activemq push 1 …

jms activemq