amqp
Scalable status updates / private messaging for a rails social network app
I\'m trying to learn more about scalability for RoR. I have a basic social networking app that is currently using MySQL to store everything (User relationships, Status Upda开发者_开发技巧tes, Private[详细]
2023-02-20 01:44 分类:问答How can I use Pika to send and receive RabbitMQ messages?
I\'m having some issue getting Pika to work with routing keys or exchanges in a way that\'s consistent with it AMQP or RabbitMQ documentation. I understand that the RabbitMQ documentation uses an olde[详细]
2023-02-19 20:58 分类:问答Does the order of fields in a RabbitMQ topic matter?
I\'m creating a logging facility for an application that will use RabbitMQ to collect log messages. I\'m trying to decide on how I should structure the topic fiel开发者_JS百科d of the message.[详细]
2023-02-18 06:15 分类:问答Ruby AMQP persistent message is deleted after restarting RabbitMQ
I have a ruby script that creates a message using AMQP in RabbitMQ. # above code sets up config for connecting to Rabb开发者_StackOverflow中文版itMQ via APMQ[详细]
2023-02-17 23:25 分类:问答amqp queue_delete catch errors in async way
I\'ve just got started using pika(v 0.9.4) with Tornado (through the use of pika.adapters.tornado_connection.TornadoConnection) and I was wondering what\'s the appropriate way of catching errors when[详细]
2023-02-17 05:47 分类:问答messaging between clients without polling
I have a network of MS SQL servers connected to each other with (C++/C#)clients connected to them. and I\'m about designing a way of messaging between clients and server-client messaging.[详细]
2023-02-16 18:50 分类:问答Run pika ioloop in background or use custom ioloop
I have a feeling that this should really not be all that difficult, yet I have had little success so far.[详细]
2023-02-16 10:26 分类:问答How do you synchronously listen for messages from a RabbitMQ queue in PHP?
I am using RabbitMQ to implement a worker task queue for a search indexer process using the PHP AMQP extension.I need the search indexer demon to listen for messages on the queue and consume them when[详细]
2023-02-15 13:34 分类:问答Python/Django AMQP?
I have a Django web application which creates and saves jobs in a database. For every job I have to send email and export data to another system. I want to make asynch开发者_运维百科ronous.[详细]
2023-02-13 08:35 分类:问答Good Python library for AMQP [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-12 04:53 分类:问答