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.

Difference between Apache Thrift and ZeroMQ

I understand that Apache Thrift and ZeroMQ are softwares belonging to different categories, and it is not easy to do …

comparison message-queue thrift zeromq
Is it possible to empty a job queue on a Gearman server

Is it possible to empty a job queue on a Gearman server? I am using the python driver for Gearman, …

python message-queue gearman
how Message Queue System Works?

I have studied Message Queues System in my class but I still don't get it how these Message Queues System …

message-queue distributed-system
Possible to send request directly to Amazon SQS from http (javascript client)?

Is it possible to send a messaging request to Amazon's SQS directly from javascript? I'm trying to create a logging …

amazon-web-services message-queue amazon-sqs
How to post messages to an STA thread running a message pump?

So, following this, I decided to explicitly instantiate a COM object on a dedicated STA thread. Experiments showed that the …

c# com interop message-queue sta
Amazon SQS Dead Letter Queue: Is it really dead letter or poison?

I'm trying to get clarification on what exactly Amazon's SQS Dead Letter Queue is doing. According to http://aws.typepad.…

amazon-web-services message-queue amazon-sqs message-bus
Send complex data structure via boost message queue

I have the following data structure: typedef struct { short id; string name; short age; } person_struct; Using boost message queue, …

boost message-queue boost-interprocess
How does consumer rebalancing work in Kafka?

When a new consumer/brorker is added or goes down, Kafka triggers a rebalance operation. Is Kafka Rebalancing a blocking …

message-queue producer-consumer apache-kafka kafka-consumer-api
Azure: How to move messages from poison queue to back to main queue?

I'm wondering if there is a tool or lib that can move messages between queues? Currently, i'm doing something like …

windows azure message-queue azure-sdk-.net poison-queue
The queue does not exist or you do not have sufficient permissions to perform the operation. exception while sending message via MSMQ

I have created a function to send message via MSMQ but getting exception while executing. below is my function. public …

.net message-queue msmq send system.messaging