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.

Want to choose from: Node.js Meteor.js Ratchet RabbitMQ for Real-time WebChat(Forum)

I made some research before asking this question but I couldn't find a concrete answer for my situation. I want …

node.js websocket rabbitmq meteor ratchet
MessageConversionException: Failed to convert message content

I have a SpringBoot Application which makes use of Spring AMQP. At the moment I am implementing the receiver side …

spring rabbitmq spring-integration spring-amqp spring-rabbit
Rabbitmq channel error on connection

I have working srv0 with Application normally connected to rabbitmq I've cloned srv0 to srv1 just ip chanded via customization(…

rabbitmq rabbitmqctl
Spring-boot-starter RabbitMQ global error handling

I am using spring-boot-starter-amqp 1.4.2.Producer and consumer working fine but sometimes the incoming JSON messages have an incorrect syntax. This …

spring-boot rabbitmq rabbitmq-exchange spring-rabbit
Installing rabbitmq-server on RHEL

When trying to install rabbitmq-server on RHEL: [ec2-user@ip-172-31-34-1XX ~]$ sudo rpm -i rabbitmq-server-3.3.5-1.noarch.…

erlang rabbitmq redhat rhel
How to make RabbitMQ queues failover?

RabbitMQ supports clustering by default, but queues aren't replicated and are bound to the node on which they're created. I'm …

failover rabbitmq amqp
Should I close the channel/connection after every publish?

I am using amqplib in Node.js, and I am not clear about the best practices in my code. Basically, …

rabbitmq node-amqp
When to use direct exchange over fanout exchange

As far as I can tell, there is no proper use case for a direct exchange, as anything you can …

rabbitmq amqp
RabbitMQ change queue parameters on a production system

I'm using RabbitMQ as a message queue in a service-oriented architecture, where many separate web services publish messages bound for …

rabbitmq pika bunny
How to post messages to RabbitMQ from SQL Server?

I am creating an application for testing performance between different RabbitMQ clients. One of them should be SQL Server. I …

sql-server rabbitmq message-queue easynetq