amqp
How to Implement Priority Queues in RabbitMQ/pika
I a开发者_如何学编程m looking to implement a priority queue with RabbitMQ. The mailing list recommends to use multiple queues, each queue representing a different priority level.[详细]
2023-04-12 18:25 分类:问答Can I do reliable send and forget on RabbitMQ?
I want to send messages from a client computer to a consumer on a server computer over an unreliable connection.开发者_开发百科 In my program I don\'t want to worry about the connection, just say \"se[详细]
2023-04-11 00:18 分类:问答How do I make this AMQP single-message subscriber stable?
As a part of a larger application, I\'ve got to setup some basic rate-limiting of outgoing requests across multiple workers. The idea behind this is rather simple: by publishing a \"token\"-message wi[详细]
2023-04-10 14:53 分类:问答amqp_login giving "Argument list too long" error?
I am using c library of RabbitMQ. It has a function amqp_login I am using it as following. ::amqp_rpc_reply_t c_amqp_rpc_reply =[详细]
2023-04-10 11:57 分类:问答RabbitMQ + Node.JS Connection issue, frame size too large?
I have been playing around with RabbitMQ with apache + php and wanted to see how it compared to Node.JS in performance.[详细]
2023-04-09 01:26 分类:问答Node.js + socket.io + node-amqp and queue binginds when "re" connecting thru socket.io
I have one scenario which is very close to this sample: One main screen: this screen (client side) will connect to the socket.io server thru server:9090/scope (io.connect(\"http://server:9090/scope[详细]
2023-04-08 23:02 分类:问答How do I run Net::SSH and AMQP in the same EventMachine reactor?
Some background: Gerrit exposes an event stream through SSH. It\'s a cute trick, but I need to convert those events into AMQP messages. I\'ve tried to do this with ruby-amqp and Net::SSH but, well, it[详细]
2023-04-08 22:30 分类:问答Which message queue can handle private queues that survive subscriber disconnects?
I have some requirements for a system in need of a message queue: The subscribers shall get individual queues.[详细]
2023-04-06 10:20 分类:问答What's the best pattern to design an asynchronous RPC application using Python, Pika and AMQP?
The producer module of my application is run by users who want to submit work to be done on a small cluster. It sends the subscriptions in JSON form through the RabbitMQ message broker.[详细]
2023-04-05 02:08 分类:问答Asynchronous acknowledgments in RabbitMQ (and node.js)
I have a specific use case of RabbitMQ in mind, and I\'d like to clarify certain things and ask for recommendations.[详细]
2023-04-04 06:56 分类:问答