Re-creating the queue and re-connecting to rabbitMQ
问题 Components Involved : Spring Config-server, Spring AMQP (RabbitMQ), Spring Config-client Goal : Use push notification to inform config-client to refresh config. RabbitMQ instance : From docker hub, I pulled rabbitmq:3-management image and ran. Config-client AMQP version pom.xml: <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-bus-amqp</artifactId> <version>1.3.1.RELEASE</version> </dependency> Config-server pom.xml: <dependency> <groupId>org