Tagged Questions
Apache ActiveMQ is the most popular and powerful open source message broker
173
votes
18answers
68k views
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 any other interesting message queues is also welcome.
20
votes
7answers
8k views
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 stable and can handle a high load of messages. I have narrowed down the list to include Active MQ and ...
15
votes
2answers
728 views
ActiveMQ: How to handle broker failovers while using temporary queues
On my JMS applications we use temporary queues on Producers to be able to receive replies back from Consumer applications.
I am facing exactly same issue on my end as mentioned in this thread: ...
15
votes
4answers
13k views
importing an existing x509 certificate and private key in Java keystore to use in ActiveMQ ssl context
I have this in activemq config
<sslContext>
<sslContext keyStore="file:/home/alex/work/amq/broker.ks"
keyStorePassword="password" trustStore="file:${activemq.base}/conf/broker.ts" ...
14
votes
7answers
11k views
Javascript Load Order
Hey I am working with both amq.js (ActiveMQ) and Google Maps. I load my scripts in this order
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
...
12
votes
2answers
1k views
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 three products. I've taken these out for a preliminary test drive, having had them handle ...
12
votes
4answers
2k views
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 less gotchas or magic stuff one needs to know and avoid
has less overal ...
12
votes
4answers
532 views
Is message priority inherently unimportant in message queue systems?
It seems like most of the messaging systems I've looked at have basic, if any, support for priority message queues. For example, the AMQP only specifies a minimum of 2 priorities. RabbitMQ, an AMQP ...
10
votes
5answers
8k views
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, possibly updating, to stay there until the sender says to remove ...
9
votes
2answers
1k views
Switching from ActiveMQ to RabbitMQ
I'm currently using ActiveMQ for my messaging needs; aside from a few db failures, it has worked well. However, I'm at the very least considering trying out RabbitMQ. But before I do, I'd like to ...
9
votes
2answers
3k views
Java Messaging : Difference between ActiveMQ, Mule, ServiceMix and Camel
I am new to Messaging and want to know the difference between ActiveMQ, Mule, ServiceMix and Camel
Anyone knows how each of these product is different?
Thanks in advance !
EDIT: Also would like to ...
8
votes
3answers
250 views
Dealing with duplication in a message queue
I've been arguing with my programmer about the best way of going about this. We have data that comes in at a rate of about 10000 objects per second. This needs to be processed asynchronously, but ...
8
votes
2answers
2k views
Distributed ActiveMQ with Camel
I am in the process of learning ActiveMQ and Camel, with the goal to create a little prototype system that works something like this:
(big)
When an order is placed in the Orders system, a message ...
7
votes
3answers
322 views
Local vs. remote queues in pub/sub messaging
If I was building a system with dozens of publishers/subscribers using message queues, it seems I have a few network configuration options:
I could have one clustered broker that all machines use - ...
6
votes
2answers
384 views
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 both sides, producers and consumers,
Connection settings :
...
6
votes
3answers
2k views
How do I use transactions with Stomp and ActiveMQ (and Perl)?
I'm trying to replace some bespoke message queues with ActiveMQ, and I need to talk to them (a lot) from Perl. ActiveMQ provides a Stomp interface and Perl has Net::Stomp, so this seems like it ...
5
votes
2answers
324 views
How can I throttle the amount of messages coming from ActiveMQ in my C# app?
I'm using ActiveMQ in a .Net program and I'm flooded with message-events.
In short when I get a queue-event 'onMessage(IMessage receivedMsg)' I put the message into an internal queue out of which X ...
5
votes
2answers
812 views
When should I use the JDBC Persistence Adapter in ActiveMQ?
Reading the ActiveMQ documentation (we are using the 5.3 release), I find a section about the possibility of using a JDBC persistence adapter with ActiveMQ.
What are the benefits? Does it provide any ...
5
votes
2answers
980 views
Apache.NMS.WCF
Just curious if anyone has messed with the Apache.NMS.WCF code at all. For a work project, I've started to try to integrate the Apache.NMS WCF binding with ActiveMQ. I've made some progress, but if ...
4
votes
1answer
513 views
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 of using redis for the following use case:
group of event collectors write ...
4
votes
4answers
296 views
JMS message priority not working on Message
I need to set message priority so that High priority messages are consumed before Low priority messages by Receivers.
First I tried with message.setJMSPriority() method to set the priority but it ...
4
votes
3answers
2k views
How do you publish a JMS topic with Spring JMS?
I have a component that sends messages to a queue to be handled by another system. It should also publish a topic about job statuses every once in a while. Can I just use the same JmsTemplate used to ...
4
votes
2answers
455 views
ActiveMQ messagedriven bean to JSF
I am currently reading from ActiveMQ with a Message driven bean (EJB3) in the back end. The problem I am facing is that I have to update a table in my JSF page as soon as I receive the message from ...
4
votes
1answer
163 views
Is Stomp's MessageMap format completely unusable?
I'm sending MapMessages in Java to ActiveMQ and retrieving them using Stomp in PHP. My message creation code looks like this:
MapMessage message = session.createMapMessage();
message.setInt("id", ...
4
votes
3answers
2k views
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 affords.
The module I'm currently interested in is to do with real-time chat. If I was ...
4
votes
4answers
1k views
Triggering PHP from ActiveMQ
Background:
Our current system involves two services (one written in Java, the other in PHP) that communicate with each other using HTTP callbacks. We would like to migrate from HTTP callbacks to a ...
4
votes
1answer
416 views
VB6 and ActiveMQ
how can I consume topics in ActiveMQ with VB6? Is there any other way besides using the REST API?
4
votes
1answer
1k views
ActiveMQ JMS ping
Apache Activemq 5.2.0
My application listens to messages on three topics and sends messages on 2 topics. When my application is "webping"ed, I want to check if these topics are alive. I would like to ...
4
votes
1answer
1k views
Tomcat understands amq:broker but Eclipse marks errors in schema
When working with ActiveMQ in Eclipse, you might sometimes get a schema parsing error as such:
Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.c:
The matching wildcard is strict, but ...
4
votes
1answer
859 views
ActiveMQ message grouping performance
Has anyone used the Message Grouping feature in ActiveMQ?
http://activemq.apache.org/message-groups.html
This would be a really useful feature for a project I'm working on, but I'm curious how well ...
4
votes
3answers
287 views
Is this a realistic expectation of a distributed mechanism?
I've been evaluating ActiveMQ as a candidate message broker. I've written some test code to try and get an understanding of ActiveMQ's performance limitations.
I can produce a failure state in the ...
3
votes
2answers
55 views
Can I Send a Message Request Directly to a Queue?
I have a client that receives messages from a Queue. I currently have a MessageListener that implements onMessage().
Once the message is received, it is processed further then saved to a Database on ...
3
votes
1answer
77 views
How JMS Relates to Service Buses
I'm trying to wrap my brain around JMS and have been reading up on some very helpful sources and examples. I'm now trying to see the "big picture" here and put all the theory behind JMS into a ...
3
votes
0answers
121 views
How to configure ehcache.xml to use JMS + ActiveMQ + Tomcat and enable tomcat to start even if the JMS server is down?
I a using ehcache with JMS replication and ActiveMQ as a JMS server.
It is currently used to cache database results with Hibernate 3.6.7
My cacheManager is configured as above:
...
3
votes
0answers
107 views
Glassfish database connection leak caused by jms exception
I'm using Glassfish v2.1.1, MySQL 5.1 and ActiveMQ 5.4.2 incl. its resource adapter.
If the ActiveMQ resource adapter throws an exception when participating in a XATransaction including both a ...
3
votes
2answers
316 views
activemq how to configure to work with stomp in python
I have activemq installed and running locally, but when I run the following script, I get an error:
#!/usr/bin/env python
import time
import sys
import stomp
class MyListener(object):
def ...
3
votes
1answer
263 views
Retrying messages at some point in the future (ActiveMQ)
I'm working on a system in ActiveMQ where I would really prefer not to lose messages. My problem is that retrying messages is causing my consumers to block (instead of working on messages they could ...
3
votes
2answers
209 views
NIO disadvantages in ActiveMQ
I've been working on configuring an ActiveMQ broker, and one thing that confuses me is that everything I've read describes NIO being "a good choice if you need to scale" or a "something to look at if ...
3
votes
1answer
204 views
JMS Topic vs Selector
JMS Topic and JMS Selector are quite different concept, yet they both can be used by a consumer to get only a subset of the messages.
in a PubSub scenario, what are the pro’s and con`s of filtering ...
3
votes
1answer
340 views
Apache Cassandra as a message data store for ActiveMQ
Can I use Apache Cassandra as a message data store for ActiveMQ?
The reason I am exploring this option is we have to have our application on cluster and provide scalability and failover :
a) KahaDb ...
3
votes
2answers
726 views
Avoiding duplicated messages on JMS/ActiveMQ
There's a way to suppress duplicated messages on a queue defined on ActiveMQ server?
I tried to define manually JMSMessageID, (message.setJMSMessageID("uniqueid")), but server ignores this ...
3
votes
2answers
2k views
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?
FATAL | wrapper | 2011/01/07 08:53:48 | OpenSCManager failed - Access is denied. (0x5)
STATUS | ...
3
votes
1answer
406 views
What is your experience with the ActiveMQ reliability using the latest version 5.4.2?
I am evaluating Message Queues to use and it seems ActiveMQ is the most popular, however I can't but notice the various comments around the web about reliability and the queue occasionally hanging ...
3
votes
3answers
253 views
web application firewall development
I have an assignment to develop a web application firewall. I have been researching for some source codes about that.My main source was ModSecurity.
Main question is that:
-Which framework or ...
3
votes
1answer
502 views
Spring JmsTemplate and Apache ActiveMQ, why so many connections?
I have a web application that runs text processing jobs in the background once a message is received on an ActiveMQ which is listened to by a Spring MessageListener....the problem I"m encountering is ...
3
votes
3answers
598 views
Pre-built AMQP and STOMP client (as in GUI client)
I'm looking for a client (as in GUI client, not client library) to play with our MQ server and familiarize myself with its semantics. Something that will send and receive messages at the press of a ...
3
votes
2answers
108 views
Package Java web app along with jboss, mysql and activemq for deployment
I have a springframework web application that uses JBoss, MySQL and ActiveMQ.
At the moment, I have to install and configure JBoss, MySQL and ActiveMQ and JBoss manually.
What is the best way to ...
3
votes
3answers
1k views
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 JMS: http://activemq.apache.org/how-to-unit-test-jms-code.html
- jmsTemplate: ...
3
votes
2answers
1k views
How do you scale your ActiveMQ vertically?
Can somebody share an experience concerning scaling vertically the ActiveMQ? I'm particularly interested how performance is affected by:
NIO transport
option ...
3
votes
3answers
191 views
How do I get my MDB to ignore messages coming from itself?
I have a few clients that are both consumers and subscribers to a single topic on an ActiveMQ message broker. All the clients share the same code, they are in fact using exactly the same Enterprise ...