Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 473 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 473 Bytes

spirng-rabbitmq-docker

this is just a spring rabbitmq docker demo .

it can work in docker env .

it contains four service .

  1. confirm-rabbit : demonstrate spring-amqp message confirm.

fanout-rabbit : demonstrate fanout-exchange send message and multiply consumers can receive the same message Simultaneously . 1. fixed-reply: demonstrate fixed-dead-leatter-reply functions . 1. topic-rabbit: demonstrate topic-exchange send message . the