Top "Rabbitmq" questions

RabbitMQ is an open-source message broker originally implementing the AMQP protocol with additional messaging protocols supported via a plug-in architecture.

Channel shutdown: channel error

sometimes i found follow entry in my log file. I have no idea what the problem is. My guess is …

spring rabbitmq amqp spring-rabbit
RabbitMq connection reset by peer

I have stainger error with RabbitMQ. I send some information of product threw RabbitMq and Php, but something went wrong. …

php rabbitmq php-amqplib
bad_header for AMQP connection while connecting sensu-client to server

I have installed sensu with chef community cookbook. However, sensu client fails to connect to server. Results in rabbitmq connection …

rabbitmq chef-infra amqp sensu
What does MassTransit add to RabbitMQ?

What is the benefit of building on top of MassTransit compared to building directly on top of RabbitMQ? I believe …

rabbitmq masstransit
amqp or xmpp for real time online games

Which of these technology suite for Multi user online game project.. Project requirements: 1. Able to handle 2k-5k user at …

xmpp rabbitmq openfire ejabberd
how to use @queuebinding with @rabbitlistener?

Seems since spring-amqp version 1.5, there is a new annotation @queuebinding。But how to use it, i don't know if it …

rabbitmq spring-amqp spring-rabbit
Consume multiple queues in python / pika

I am trying to create a consumer that would subscribe to multiple queues, and then process messages as they arrive. …

python rabbitmq pika
Set message header in rabbitmq while sending

I want to set message header while sending a message to rabbit. I am using below code, but confused how …

jackson rabbitmq amqp spring-amqp spring-rabbit
RabbitMQ pika.exceptions.ConnectionClosed

I tried to send message and receive message using RabbitMQ. I dont have computer science background, the terms I used …

python rabbitmq pika
RX vs messaging queues like rabbitmq or zeromq?

I'm quite new to these high level concurrency paradigms, and I've started using the scala RX bindings. So I'm trying …

rabbitmq system.reactive zeromq reactive-programming