Rabbit MQ实战【topic交换器】
spring boot版本:2.1.10.RELEASE 本文涉及两个项目 rabbitmq-topic-provider 和 rabbitmq-topic-consumer ,相关依赖和配置相同。 相关依赖 < dependency > < groupId > org . springframework . boot < / groupId > < artifactId > spring - boot - starter - amqp < / artifactId > < / dependency > < dependency > < groupId > org . springframework . boot < / groupId > < artifactId > spring - boot - starter - web < / artifactId > < / dependency > < dependency > < groupId > org . springframework . boot < / groupId > < artifactId > spring - boot - starter - test < / artifactId > < scope > test < / scope > < / dependency > 相关配置 #rabbitmq配置