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.

How to retract a message in RabbitMQ?

I've got something like a job queue over RabbitMQ and, upon a request to cancel a job, I'd like to …

message-queue rabbitmq amqp cancellation
Publish/Subscribe vs Producer/Consumer?

From messaging point of view with systems like kafka, rabbit, hornet mq, activemq etc... Is there a difference between pub/…

message-queue
How to do error handling with EasyNetQ / RabbitMQ

I'm using RabbitMQ in C# with the EasyNetQ library. I'm using a pub/sub pattern here. I still have a …

c# error-handling rabbitmq message-queue easynetq
Pure java ZeroMQ clients?

I am trying to use ZeroMQ's pub sub messaging, but the client side requires the code to be all Java. …

java message-queue zeromq
Amazon SQS message multi-delivery

I understand that to bring vast scalability and reliability, SQS does extensive parallelization of resources. It uses redundant servers for …

amazon-web-services message-queue amazon-sqs
JMS message re-delivery delay

I have a JMS client that can ssh to remote systems upon receiving a message (and do various things there …

jms message-queue openmq
UNIX message queue msgrcv failed to receive message

Dear Friends, Any idea why the msgrcv is receiving a blank buffer? Here is the code: enter code here #include &…

c unix message-queue msgrcv
Azure Service Bus queue message handling

So I have an azure function acting as a queue trigger that calls an internally hosted API. There doesn't seem …

azure message-queue azure-servicebus-queues brokeredmessage
Use of messaging like RabbitMQ in web application?

I would like to learn what are the scenarios/usecases/ where messaging like RabbitMQ can help consumer web applications. Are …

message-queue rabbitmq amqp
Using EasyNetQ with RabbitMQ to publish and receive messages

I'm new to messaging, and currently investigating using RabbitMQ as part of our system architecture to provide messaging between different …

rabbitmq message-queue easynetq