Files
spring-amqp/spring-rabbit
Gary Russell 0ccfcbe283 GH-1433: Fix DMLC Monitor Thread Name
Resolves https://github.com/spring-projects/spring-amqp/issues/1433

Used `beanName` instead of `listenerId` (which falls back to `beanName` if `null`).
Containers for annotations are not beans per se.

**cherry-pick to 2.4.x, 2.3.x**
2022-03-15 15:24:28 -04:00
..
2022-03-15 15:24:28 -04:00
2019-03-20 18:07:16 -04:00

= spring-rabbit

This project provides the RabbitMQ implementation for the abstractions in `spring-amqp`.

Many of the integration tests here require a running RabbitMQ server - they
will be skipped if the broker is not detected.

If RabbitMQ is not installed on your system, refer to the instructions for your
particular OS here: [https://www.rabbitmq.com/install.html]

Start the server. For example, and a *nix-based system where RabbitMQ has been
installed within `/opt/rabbitmq`, issue the following command:

    > sudo /opt/rabbitmq/sbin/rabbitmq-server start