amqp
RabbitMQ/AMQP unhandled channel error - NOT_FOUND
I\'m trying to publish messages to RabbitMQ, from a Ruby script (using Bunny) and consume them from a node.js server (using node-amqp).[详细]
2023-01-08 03:57 分类:问答Content-based routing with RabbitMQ and Python
Is it possible with RabbitMQ and Python to do content-based routing? The AMQP standard and RabbitMQ claims to support content-based routing, but are there any libraries for Python which support speci[详细]
2023-01-07 17:16 分类:问答Stable and simple amqp server for ubuntu
I am using rabbitmq-server as a amqp server with python client on Ubuntu 10.04 64 bit OS. Rabbitmq-server now fails to start. I uninstalled and installed the latest rabbitmq-server 1.8.0 but still I[详细]
2023-01-04 20:55 分类:问答Comet for User based Notification over a Message Queue
We trying to build application that should use Comet (AJAX Push) to send notifications to individual users. Most notifications will have a fairly low timeout.[详细]
2023-01-04 11:02 分类:问答Ruby AMQP uninitialized constant error
I was trying out this code (got from an online article here: http://www.randomhacks.net/articles/2009/05/08/chat-client-ruby-amqp-eventmachine-shoes)[详细]
2023-01-01 14:12 分类:问答Java JMS Messaging
I have a working example of sending message to server and server receiving it via qpid messaging. Here is simple hello world to send to server :[详细]
2023-01-01 12:54 分类:问答Which one should I choose AMQP or XMPP for real-time browser-based game?
I\'m choosing between AMQP (RabbitMQ) vs XMPP (eJabberd) for my browser-based flash-free javascript powered real-time turn-based game. I don\'t know much about AMQP and XMPP protocol. I would like to[详细]
2023-01-01 07:58 分类:问答Apache Camel ESB for C# and Java EDA
We are looking at integrating some of our coarse grained business Services using an Event Driven Architecture (EDA) and the server side of these Services (REST) are implemented in both Java and .NET ([详细]
2022-12-31 04:52 分类:问答Is there an API for listing queues and exchanges on RabbitMQ?
I\'ve loo开发者_StackOverflow中文版ked quite a bit, but I haven\'t been able to find a good programmatic way to list the queues on a RabbitMQ server.[详细]
2022-12-30 15:23 分类:问答Wait for a single RabbitMQ message with a timeout
I\'d like to send a message to a RabbitMQ server and then wait for a reply message (on a \"reply-to\" queue). Of course, I don\'t want to wait forever in case the application processing these messages[详细]
2022-12-29 13:26 分类:问答