RabbitMQ exchange使用-主题模式

RabbitMQ exchange使用-主题模式
1 简介
Topic exchange is powerful and can behave like other exchanges.
When a queue is bound with " # " (hash) binding key - it will receiveall the messages, regardless of the routing key - like in fanout exchange.
When special characters " * " (star) and " # " (hash) aren't used in bindings,the topic exchange will behave just like a direct one.
这个就没啥代码了,代码和路由模式的一模一样,
就是这个路由routingKey 支持匹配通配符模式
" * " 匹配一个
" # " 匹配多个

交换机类型 : topic
// 声明一个交换机
channel . exchangeDeclare ( EXCHANGE_NAME , BuiltinExchangeType . TOPIC );


2.代码除了声明交换机类型不一样,其他和路由模式一样


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值