amqp
Swapping out MSMQ for RabbitMQ in NServiceBus
Udi mentions here that \"people have swapped out the MSMQ layer of NServiceBus and plugged in RabbitMQ in its place\".[详细]
2023-01-28 07:10 分类:问答How can I list or discover queues on a RabbitMQ exchange using python?
I need to have a python client that can discover queues on a restarted RabbitMQ server exchange, and then start up a clients to resume consuming messages from each queue. 开发者_如何学CHow can I disco[详细]
2023-01-27 16:32 分类:问答Is it possible to insert a JSON into AMQP?
And furthermore, is it possibl开发者_高级运维e for that JSON to be 5MB in size?Do you mean, can you put a JSON payload into an AMQP message? If so, the answer is absolutely. Your message is a blog of[详细]
2023-01-24 12:09 分类:问答What is the reason to use AMQP instead of Beanstalkd?
Why use one or the ot开发者_运维技巧her?amqp is a standard, beanstald is a queue. Read http://www.amqp.org/confluence/display/AMQP/AMQP+Specification for more details.[详细]
2023-01-24 12:08 分类:问答If I have a queue (SQS, AMQP), how do I notify my worker servers when there is an object in it?
A lot of times my queue will remain empty. But when it开发者_高级运维 does fill up, how does that queue notify my server to execute a python script?[详细]
2023-01-24 07:12 分类:问答RabbitMQ message receiving slower than publishing
We are running the latest version of RabbitMQ 2.1.1 on windows server, and using .Net client. We are running a test as follows: publishing 500000 messages开发者_开发知识库 to the transcient non durabl[详细]
2023-01-23 22:02 分类:问答Ruminations on highly-scalable and modular distributed server side architectures
Mine is not really a question, it\'s more of a call for opinions - and perhaps this isn\'t even the right place to post it. Nevertheless, the community here is very informed, and there\'s no harm in t[详细]
2023-01-23 12:45 分类:问答Has anyone succeeded in using celery with pylons
I have a pylons based webapp and i\'d love to use celery + rabbitmq for some time taking tasks. I\'ve taken a look at the celery-pylons project but I haven\'t succeeded in using it.[详细]
2023-01-21 22:00 分类:问答Apache qpid queue url
I\'m trying to learn more information on how apache Qpid works and I do so by following examples from official svn :[详细]
2023-01-18 22:20 分类:问答django-celery without an amqp server (rabbitmq)
I am using celery for distributed task processing. I wa开发者_C百科nted to deploy my work on a web-host, just to show the working of my project.[详细]
2023-01-18 08:09 分类:问答