Questions tagged [rabbitmq]

RabbitMQ is an open-source and commercially supported messaging broker written in Erlang which allows applications to scale by decoupling the sending and receiving of data. RabbitMQ features flexible messaging routing via exchanges and queues, server clustering, mirrored queues for high availability, and clients for a variety of languages. The home page is http://www.rabbitmq.com.

RabbitMQ is open source message broker software that implements the Advanced Message Queuing Protocol (AMQP), the open standard for business messaging. Written in Erlang, the RabbitMQ server is based on a proven platform and offers a reliable, highly available, scalable and portable messaging system with predictable and consistent throughput and latency.

RabbitMQ is 100% open source and 100% based on open standard protocols freeing users from dependency on proprietary vendor-supplied libraries. It is designed from the ground up to interoperate with other message systems. It is a leading implementation of AMQP.

Through adapters, it supports MQTT and STOMP, both natively and over HTTP/WebSockets. SMTP is also available thanks to a community plugin. Support for the software is offered through both a thriving community of active contributors and a range of commercial support services available through Pivotal (https://pivotal.io/oss).

Related tags

220 questions
0
votes
1 answer

Can RabbitMQ persist message over public/subscribe method?

Just doing some research for our Message Bus, I haven't got a straight answer from googling about whether RabbitMQ can provide persistence over public/subscribe method. Eg. Subscriber A and B both subscribed to Publisher C, if Publisher C publishes…
James Lin
  • 161
  • 3
  • 9
0
votes
2 answers

Does Amazon MQ support rabbitmq-consistent-hash-exchange

Does the RabbitMQ variant of Amazon MQ support rabbitmq-consistent-hash-exchange?
Evgeniy Berezovsky
  • 861
  • 1
  • 8
  • 27
0
votes
1 answer

RabbitMQ changed node on reboot, need to change back or merge messages/add node

Currently a RabbitMQ server is running on an Ubuntu server and was using node rabbitmq@ubuntu. The server needed a reboot, nothing was manually changed, but now the RabbitMQ node is rabbitmq@Ubuntu. /etc/hostname has ubuntu but the command hostname…
Postie
  • 101
  • 1
0
votes
1 answer

Logstash RabbitMQ output plugin

I am a new to Logstash and I want to store nginx messages in RabbitMQ queue like this: Nginx logs -(input)-> Logstash -(output)-> RabbitMQ logstash config: filter { grok { match => { "message" => "%{IPORHOST:remote_ip} - %{DATA:user_name}…
0
votes
1 answer

HAproxy with Let'sEncrypt certificate produces SSL handshake failure

I am using HAproxy to terminate TLS (and later also load balance) RabbitMQ (MQTT). When I disable TLS it all works great. However, when I enable the TLS I get fe_mqtt/1: SSL handshake failure The certificate I am using was issued by let's encrypt.…
ptheofan
  • 411
  • 1
  • 4
  • 6
0
votes
1 answer

How can I create regular expression?

I need help with regular expressions. I have some queues in the rabbitMQ, about 1000: ha-collector-data-test2 ha-collector-data-1434 ha-collector-data-45-test3 ha-collector-data-terty4 ha-collector-data-341 etc. And I need to filter these queues.…
perrfect
  • 65
  • 1
  • 7
-1
votes
1 answer

How to create and use same ssl certificate on RabbitMQ server and Spring Boot App?

can a single ssl certificate either from CA or self signed be used for RabbitMQ server and for Spring boot app? I have RabbitMQ server running on one machine and Spring boot App running on another machine. Client app communicates to RabbitMQ over…
SAgRCASM
  • 1
  • 1
-1
votes
1 answer

RabbitMQ will not start, form size greater than binary?

I've googled for the line that's the issue and found nothing, I really need some help "beam/beam_load.c(916): Error loading module inet:\n form size 44416 greater than size 12280 of binary\n" ~$ sudo rabbitmq-server…
-1
votes
1 answer

way to start and stop RabbitMQ mannually

I have installed RabbitMQ/Celery on Ubuntu for queuing of videos for Video conversion server which will start and shut down based upon the queue of videos i.e Start - As soon as a video is uploaded for the conversion Shut - As soon as all videos in…
-1
votes
2 answers

RabbitMQ randomly crashes

I've recently deployed a RabbitMQ server on AWS following the instructions for RPM-based Linux distros. RabbitMQ 3.8.14 Erlang 23.3.1 It's a single-node deployment with only one vhost ("/") I've been using mostly the default configuration. I've…
argyrodagdileli
  • 101
  • 2
  • 8
1 2 3
14
15