rabbitmq
Call a controller's method from an external ruby script
I\'m creating an external service of my rails app. This is always listening a rabbitmq queue and all their messages should be redirected to some methods of the rails controllers.[详细]
2023-04-13 05:20 分类:问答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 分类:问答Ruby notification daemon with RabbitMQ and APNS
I want to create a Ruby notification daemon which grab a notification job from RabbitMQ and send that notification to APNS,[详细]
2023-04-12 17:21 分类:问答Can we create queue in rabbitmq with python
I\'m working on project that nee开发者_开发技巧d to control sending queue by code. So I just curious that anybody use to create queue in rabbitmq by python/django code? :)Usual python clients should d[详细]
2023-04-12 06:49 分类:问答RabbitMQ - Statistics database could not be contacted. Message rates and queue lengths will not be shown
I have setup a cluster of rabbit brokers and within the management portal plugin I get the following message[详细]
2023-04-12 03:06 分类:问答Celery: abort task on connection error
I have to implement a Task subclass that gracefully fails if the broker is not running - currently I\'m using RabbitMQ.[详细]
2023-04-11 08:00 分类:问答Is Message Queuing the right strategy for a high-bandwidth data feed?
I have a huge network of data-collection servers which generate a large volume of real-time data. In the past I\'ve provided partners with the ability to get this data in near-real-time using HTTP GE[详细]
2023-04-11 03:16 分类:问答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 分类:问答