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

Startup error of embedded ActiveMQ: Temporary Store limit is 51200 mb

I have a Spring web application which will send and listen on a standalone ActiveMQ. When I start the web …

java spring activemq
MongoDB Schema Design - Real-time Chat

I'm starting a project which I think will be particularly suited to MongoDB due to the speed and scalability it …

mongodb rabbitmq activemq schema-design nosql
multiple SLF4J bindings Error with activemq-all-5.6.0.jar

When I upgrade to activemq-all-5.6.0 I get this error during server startup SLF4J: Class path contains multiple SLF4J …

maven activemq slf4j
DefaultJmsListenerContainerFactory and Concurrent Connections not shutting down

I am using Spring 4.x's DefaultJmsListenerContainerFactory in order to connect to an ActiveMQ Queue, process the messages from that queue …

spring jms activemq spring-jms spring-messaging
How to enable instances for Apache ActiveMQ running on Ubuntu?

I've just installed ActiveMQ using apt-get on Ubuntu 11.10. Every time I try to start it I can see on in …

ubuntu activemq
How can one use activemq not locally?

I can't understand how to use ActiveMQ not locally. Suppose I have 2 machines, which need to exchange some messages. On …

java jms activemq
jms producer performance with spring

i created a simple producer consumer simulation based on spring, jms and activemq, i'm trying to reach high performance from …

java spring jms activemq spring-jms
ActiveMQ Consumer Hangs

I have an activeMQ broker using an SSL transport. I have about 10 consumers that are using the broker. I am …

java activemq apache-camel
What is the difference between Amazon MQ and SQS?

I am a newbie to AWS. As I understand, both AWS MQ and AWS SQS are Message Queue tools. The …

amazon-web-services activemq amazon-mq
How to connect to an ActiveMQ server by setting the username and password programmatically?

I create an ActiveMQ server in order to send some messages. I use Apache Activemq version 5.14.4 I want to be …

java apache authentication activemq broker