amqp
XMPP/AMQP/Websockets vs Pusher/Beacon push?
With Pusher and Beacon push cloud services I can get live开发者_如何学编程 updates in all browsers. Even implement chat functionality.[详细]
2023-02-09 20:52 分类:问答RabbitMQ reordering messages
RabbitMQ ticks all the boxes for the project I am planning, save one.I would have different workers listening on a queue and it is important that they process the newest messages (i.e., latest sequenc[详细]
2023-02-09 19:48 分类:问答How do I set delivery_mode on message using php extension AMQP with RabbitMQ?
I\'ve set whole infrastructure meaning I\'ve configure php with AMQP extension http://www.php.net/manual/en/book.amqp.php. I\'ve set up durable exchange and queue. Now I know I should publish message[详细]
2023-02-06 16:55 分类:问答Using existing JMS libraries with a AMQP broker (RabbitMQ)
We use RabbitMQ and Spring-AMQP for our messaging system. However t开发者_如何学JAVAhere are many Java libraries that use JMS that I would rather not rewrite to AMQP.[详细]
2023-02-06 09:09 分类:问答Using RabbitMQ is there a way to look at the queue contents without a dequeue operation?
As a way to learn RabbitMQ and python I\'m working on a project that allows me to distribute h264 encodes between a number of computers.The basics are done, I have a daemon that runs on Linux or Mac t[详细]
2023-02-05 01:37 分类:问答Python Twisted - Prospective Broker and Server-Side Deffereds
Background: I have a gtk client that uses twisted and perspective broker to perform remote object execution and server/client communication. This works great for me and was a breeze to start working w[详细]
2023-02-04 23:31 分类:问答Ruby EventMachine + AMQP: Ensuring specific async calls happen before raising exceptions
We\'re building an AMQP-backed messaging system in Ruby. We have a problem with error handling however.[详细]
2023-02-04 22:09 分类:问答Correct behaviour of AMQP client vs synchronous messages
I recently crushed into a problem with开发者_JAVA百科 one of the popular libraries implementing AMQP client protocol. AMQP specification defines synchronous and asynchronous messages. The problem is t[详细]
2023-01-30 11:59 分类:问答Django celery gives me a (13, 'Permission Denied')
I\'m using django celery in one of my projects and I\'m receiving a (13, Permisison denied) error. See below for the traceback:[详细]
2023-01-29 17:17 分类:问答Is it possible to put a python dictionary in AMQP?
开发者_开发问答Usually I\'m used to putting strings in beanstalkc.But I\'d like to put a dictionary as a job in amqp.json.dumps()[详细]
2023-01-28 07:46 分类:问答