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 to import an existing X.509 certificate and private key in Java keystore to use in SSL?

I have this in an ActiveMQ config: <sslContext> <sslContext keyStore="file:/home/alex/work/amq/broker.ks" …

java ssl jms activemq jks
ActiveMQ or RabbitMQ or ZeroMQ or

We'd be interested to hear any experiences with the pros and cons of ActiveMQ vs RabbitMQ vs ZeroMQ. Information about …

jms rabbitmq activemq message-queue zeromq
JMS Topic vs Queues

I was wondering what is the difference between a JMS Queue and JMS Topic. ActiveMQ page says Topics In JMS …

jms activemq
Cannot find the declaration of element 'beans'

I have the spring jars of spring-3.2.0.RC1.jar and trying to implement Apache ActiveMQ helloWorld program from tutorial given …

java spring activemq message-queue
ActiveMQ connection refused

I am trying to use activemq in my application, but keep getting an error when I try and connect to …

java activemq
What is ActiveMQ used for - can we apply messaging concept using a Database?

I looked it up and it used to send messages between 2 systems. But why? Why wouldn't you just use a …

activemq
What is the difference between Apache kafka vs ActiveMQ

I am working on Apache Kafka. I want to know which one is better: Kafka or ActiveMQ. What is the …

apache-kafka activemq
ACTIVEMQ- publisher subscriber hello world example

There are two programs: subscriber and publisher... Subscriber is able to put the message onto the topic and the message …

java jms activemq jmstemplate
What is an MQ and why do I want to use it?

On my team at work, we use the IBM MQ technology a lot for cross-application communication. I've seen lately on …

activemq rabbitmq ibm-mq
ActiveMQ vs Apollo vs Kafka

I don't have any previous experience with *MQs and I'm looking to build knowledge on JMS and message queues in …

jms activemq message-queue apache-kafka apollo