amqp
RabbitMQ: similar queues in different exchanges
Can I have two queues with the same name and same ro开发者_运维问答utingKey yet each bound to another exchange?You can\'t have two queues with the same name at all, (well you can if they\'re in differ[详细]
2023-03-07 22:06 分类:问答Connecting flash to an pub/sub or amqp server?
We have a flash application that only communicates with a php backend, which again communicates with mysql and redis. We have few asynchronous tasks, the resul开发者_如何转开发ts are delivered to the[详细]
2023-03-07 12:51 分类:问答Dynamic ACLs in RabbitMQ
I\'m considering RabbitMQ\'s usefulness for creating a multi-user chat system. People would be able to chat in various rooms, some public and some private, and privately person-to-person. Would it be[详细]
2023-03-06 00:32 分类:问答Calculating average round-trip times (AMQP/RabbitMQ)
Given a cluster of RabbitMQ nodes with a bunch of queues getting messages from a开发者_JAVA技巧 topic exchange, I would like to be able to programmatically answer the question:[详细]
2023-03-05 00:08 分类:问答Getting result of a long running task with RabbitMQ
I have a scenario where a client sends an http request to download a file. The file needs to be dynamically generated and typically ta开发者_开发技巧kes 5-15 seconds. Therefore I am looking into a sol[详细]
2023-03-02 04:01 分类:问答Ignoring loopback messages in Qpid/AMQP?
Is the开发者_如何学编程re a way to ignore messages that come from yourself in Qpid/AMQP?I\'ve dug around both the documentation and the source for qpid, and can\'t find a flag that lets me ignore them[详细]
2023-03-01 20:55 分类:问答RabbitMQ pop operation atomicity
Does anyone know if the pop operation on a RabbitMQ queue is atomic? I have several processes reading from the same que开发者_如何学Pythonue (the queue is marked as durable, running on version 2.0.0)[详细]
2023-02-26 16:05 分类:问答Subscribe to a queue, receive 1 message, and then unsubscribe
I have a scenario where I need to distribute and process jobs extremely quickly.I\'ll have about 45 jobs populated in the queue quickly and I can process about 20 simultaneously (5 machines, 4 cores e[详细]
2023-02-25 17:49 分类:问答Can AMQP clients be both a publisher and subscriber?
I\'m just starting to research AMQP and I\'m wondering if I\'d be using it for something it\'s not designed for. Here\'s something like what I want to do:[详细]
2023-02-24 09:02 分类:问答long running process for worker processes to respond to rabbitmq messages
My web app开发者_C百科lication is writing messages to rabbitmq.Example, a user wants to export their data, so I write this message to the queue.The web application is not java based.[详细]
2023-02-22 06:27 分类:问答