/spring-stream-binder-rabbit-sample

Multi binder on rabbitmq broker virtual host (spring-stream-binder-rabbit)

Primary LanguageKotlin

icon

Spring-stream-binder-rabbit

Connecting to multiple vhosts and/or RabbitMQ brokers with the help of Spring stream binder and function

Requisites

  • Run docker-compose;
  • Create 2 virtualhosts on RabbitMQ: sales and payment;
  • Create queues: payment.queue (payment) and sales.queue (sales);
  • Binding queues to exchange amq.topic;

Consumer: