Files
spring-amqp/spring-rabbit
Mat Jaggard ff67612aef GH-1436: Async Stop Containers
Resolves https://github.com/spring-projects/spring-amqp/issues/1436

Allow shutdown to be started but waiting to be completed asynchronously

Use Task Executor from parent

Update abstract parent to allow running to be set to false
2022-03-31 11:23:25 -04:00
..
2022-03-31 11:23:25 -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