Top "Message-queue" questions

"Message queue" is a design pattern or software engineering component that defines discipline or API for communication between two or more interrelated processes or systems.

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
When to use RabbitMQ over Kafka?

I've been asked to evaluate RabbitMQ instead of Kafka but found it hard to find a situation where a message …

apache-kafka rabbitmq message-queue
Message Queue vs. Web Services?

Under what conditions would one favor apps talking via a message queue instead of via web services (I just mean …

web-services message-queue
Real world use of JMS/message queues?

I was just reading abit about JMS and Apache ActiveMQ. And was wondering what real world use have people here …

java jms message-queue
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
What are good message queue options for nodejs?

Looking to use a message queue in a small web app I'm building with node.js. I looked at resque …

node.js message-queue
What's a good rate limiting algorithm?

I could use some pseudo-code, or better, Python. I am trying to implement a rate-limiting queue for a Python IRC …

python algorithm message-queue
Performance comparison between ZeroMQ, RabbitMQ and Apache Qpid

I need a high performance message bus for my application so I am evaluating performance of ZeroMQ, RabbitMQ and Apache …

message-queue rabbitmq zeromq qpid
What are the limits of messages, queues and exchanges in RabbitMQ?

What are the allowed types of messages (strings, bytes, integers, etc.)? What is the maximum size of a message? What …

rabbitmq message-queue message amqp rabbitmq-exchange
Message Queue vs Message Bus -- what are the differences?

And are there any? To me, MB knows both subscribers and publishers and acts as a mediator, notifying subscribers on …

message-queue message-bus