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

214 questions
-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…
1 2 3
14
15