amqp
How will Heroku's AMQP work?
I saw that they soon will have an addon for AMQP. I\'m about to le开发者_JAVA技巧arn how to use AMQP with RabbitMQ. I suppose that that addon doesn\'t deal with RabbitMQ.[详细]
2023-01-17 07:56 分类:问答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 retract the tasks that have not yet started processing (their m开发者_如何学Goessages have not been[详细]
2023-01-16 19:35 分类:问答Implementing message priority in AMQP
I\'m intending to use AMQP to allow a distributed collection of machines to report to a central location asynchronously.The idea is to drop messages into the queue and allow the central logging entity[详细]
2023-01-15 13:53 分类:问答Producer work consistently hashing to consumers via a message queue?
I have a producer that I want to distribute work consistently across consumers by consistent hashing. For example, with consumer nodes X and Y, tasks A, B, C should always go to consumer X, and D, E,[详细]
2023-01-14 06:17 分类:问答Is message priority inherently unimportant in message queue systems?
It seems like most of the messaging systems I\'ve looked at have basic, if any, support for priority message queues. For example, the AMQP only specifies a minimum of 2 priorities. RabbitMQ, an AMQP i[详细]
2023-01-11 10:15 分类:问答Simple protocols (like twisted.pb) vs messaging (AMQP/JMS) vs web services (REST/SOAP)
I\'m currently using twisted\'s perspective broker on python and I have considered in the past switching to something like RabbitMQ but I\'m not sure it could just replace pb - I feel like I might be[详细]
2023-01-10 16:55 分类:问答How to selectively delete messages from an AMQP (RabbitMQ) queue?
I\'d like to selectively delete messages from an AMQP queue without even reading them. The scenario is as follows:[详细]
2023-01-10 13:04 分类:问答AMQP + Android libraries
Is any amqp l开发者_JAVA技巧ibraries for Android?It depends on how well integrated with Android you want it to be.[详细]
2023-01-09 21:24 分类:问答RabbitMQ message consumers stop consuming messages
Our team is in a spike sprint to choose between ActiveMQ or RabbitMQ. We made 2 little producer/consumer spikes sending an object message with an array of 16 strings, a timestamp, and 2 integers. The[详细]
2023-01-08 11:55 分类:问答Does the content type header in RabbitMQ have any special meaning?
Does the content type header in RabbitMQ have any special meaning, or is it only a standardized way for my producers and consumers to signal what kind of data they are sending? In other wo开发者_运维问[详细]
2023-01-08 08:29 分类:问答