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.

Effective strategy to avoid duplicate messages in apache kafka consumer

I have been studying apache kafka for a month now. I am however, stuck at a point now. My use …

java message-queue apache-kafka
JMS and AMQP - RabbitMQ

I am trying to understand what JMS and how it is connected to AMQP terminology. I know JMS is an …

java jms rabbitmq message-queue amqp
RabbitMQ - Message order of delivery

I need to choose a new Queue broker for my new project. This time I need a scalable queue that …

queue rabbitmq message-queue
ActiveMQ vs Apollo vs Kafka

I don't have any previous experience with *MQs and I'm looking to build knowledge on JMS and message queues in …

jms activemq message-queue apache-kafka apollo
Comparison between RabbitMQ and MSMQ

Can I get the comparison between RabbitMQ and MSMQ. It will be helpful performance information on different factors are available.

performance rabbitmq msmq message-queue
RabbitMQ - How many queues can RabbitMQ handle on a single server?

What's the maximum number of queues that RabbitMQ can handle on a single server? Does it depend on RAM? Does …

rabbitmq message-queue amqp
Check RabbitMQ queue size from client

Does anyone know if there's a way to check the number of messages in a RabbitMQ queue from a client …

.net message-queue rabbitmq amqp
What is the relationship between Looper, Handler and MessageQueue in Android?

I have checked the official Android documentation/guide for Looper, Handler and MessageQueue . But I couldn't get it. I am …

android handler message-queue looper
Mock or simulate Message Queue (JMS)

There is a message(text), which format and content i definitely know. For now,class in Java,that parses and …

java mocking jms message-queue provider
Why do we need message brokers like RabbitMQ over a database like PostgreSQL?

I am new to message brokers like RabbitMQ which we can use to create tasks / message queues for a scheduling …

postgresql redis rabbitmq message-queue celery