amqp « activemq « Java Enterprise Q&A





1. Benefits of Commercial Messaging Middleware vs Open Source    stackoverflow.com

I've been evaluating several opensource message queue technologies, such as RabbitMQ, ActiveMQ, OpenAMQ, etc. My question is, what benefits are gained by using a commercial technology such as Tibco EMS, WebSphereMQ, ...

2. Can ActiveMQ CPP Api be used to Talk to RabbitMQ Broker?    stackoverflow.com

We have C++ Software that needs to send message via RabbitMQ broker, has somebody tried ActiveMQ CPP lib (CMS) to send/receive messages to RabbitMQ broker?

3. ActiveMQ & Camel - How to create dependency in routing paths    stackoverflow.com

I have a message routing to implement, which has routes that vary according to the message content. Some strands of the route are dependent on other. If for example I have Data_A ...

4. Pre-built AMQP and STOMP client (as in GUI client)    stackoverflow.com

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

5. Is message priority inherently unimportant in message queue systems?    stackoverflow.com

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

6. How will Heroku's AMQP work?    stackoverflow.com

I saw that they soon will have an addon for AMQP. I'm about to learn how to use AMQP with RabbitMQ. I suppose that that addon doesn't deal with RabbitMQ. Isn't AMQP just ...

7. Switching from ActiveMQ to RabbitMQ    stackoverflow.com

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

8. Make solr consume queries from AMQ (rabbitMQ or ActiveMQ)    stackoverflow.com

I would like to make my application to interact with an Apache Solr sever using an AMQ queue (RabbitMQ or ActiveMQ). Therefore I would like to ask if there is any ...