一、TTL消息队列
二、实践
2.1 新建一个有TTL 的队列
TTL : How long a message publishe to a queue can live before it is discarded (milliseconds).(Sets the "x-message-ttl" argument.)
2.2 建立exchanger并绑定路由key
2.3 确认队列的binging
2.4 通过exchanger 发送消息
通过route key路由到队列。可以是一对多。
其中*代表只匹配一个队列
#代表可匹配多个队列
queue中的消息10s之后就自动过期了