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

High Performance DefaultMessageListenerContainer config for thousands of topics

for my current project i need to consume messages from many destinations (from hundreds up to 20 or 30k) all destinations …

java spring jms activemq spring-jms
RabbitMQ / ActiveMQ or Redis for over 250,000 msg/s

Eventhough redis and message queueing software are usually used for different purposes, I would like to ask pros and cons …

performance redis message-queue activemq rabbitmq
Multicasting, Messaging, ActiveMQ vs. MSMQ?

I'm working on a messaging/notification system for our products. Basic requirements are: Fire and forget Persistent set of messages, …

msmq messaging activemq
High Performance JMS Messaging

I read slides from this year's UberConf and one of the speakers is making the argument that Spring JMS adds …

java spring jms activemq messaging
Any simple way to get the queue length of an ActiveMQ?

How to obtain the queue length (number of unconsumed messages sent to queue) in ActiveMQ, using Java?

java jms activemq
Active MQ vs JBoss Messaging

I am going to choose a JMS message broker for a project. It is critical that the JMS server is …

java jboss jms activemq
Concurrent Synchronous Request-Reply with JMS/ActiveMQ - Patterns/Libraries?

I have a web-app where when the user submits a request, we send a JMS message to a remote service …

java multithreading jms activemq
SpringBoot + ActiveMQ - How to set trusted packages?

I'm creating two springboot server & client applications communicating using JMS, and everything is working fine with the release 5.12.1 for …

java spring-boot activemq
How to listen to a message queue from a web application? (Tomcat, ActiveMQ)

I'm happily improving my web application that runs on a Apache Tomcat. An ActiveMQ JMS server is added to send …

java tomcat queue jms activemq
How to set up Monitoring for queue in activemq

I read in ActiveMQ page, using JMX we can monitor queues in activemq. How can we get notified if a …

activemq monitoring jmx