Search code examples
spring-bootproject-reactorspring-amqpspring-rabbit

Alternative of @RabbitListner annotation in Reactor RabbitMQ


I want to use Reactor RabbitMQ for my existing RabbitMQ project with Spring boot(https://github.com/gotidhavalh/amqpdemo).

So I want to know how can I implement it and when any AMQP message is sent to any queue then how can I receive that AMQP message just like with @RabbitListner annotation in without Reactor case.


Solution

  • There is currently no support for @RabbitListener with the reactive client.