"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.
I've been evaluating messaging technologies for my company but I've become very confused by the conceptual differences between a few …
message-queue messaging rabbitmq publish-subscribe amqpI'd like to selectively delete messages from an AMQP queue without even reading them. The scenario is as follows: Sending …
message-queue messaging rabbitmq amqpWe're using amqplib to publish/consume messages. I want to be able to read the number of messages on a …
python rabbitmq message-queue py-amqplibI have been doing r&d for the scope of SQL Server Service Broker to replace current messaging solution …
sql-server msmq message-queue service-brokerI'm a newbie with Rabbitmq(and programming) so sorry in advance if this is obvious. I am creating a pool …
queue message-queue rabbitmq task-queueWhat are all the differences between pipes and message queues? Please explain both from vxworks & unix perspectives. I think …
unix ipc message-queue pipe vxworksWhat is the best way to go over a JMS queue and get all the messages in it? How can …
java jms activemq message-queueKafka splits incoming messages up into partitions, according to the partition assigned by the producer. Messages from partitions then get …
architecture message-queue apache-kafkaI'm using Kafka's high-level consumer. Because I'm using Kafka as a 'queue of transactions' for my application, I need to …
message-queue apache-zookeeper distributed-transactions apache-kafkaWhat message queues are people using for their Rails apps and what was the driving force behind the decision to …
ruby-on-rails ruby message-queue background-process