Skip to content

[BUG] #279

Open
Open
[BUG]#279
@fanshibuwen

Description

@fanshibuwen
/**
 * 主题模式绑定分列模式
 *
 * @param fanoutExchange 分列模式交换器
 * @param topicExchange  主题模式交换器
 */

// @bean
public Binding topicBinding1(FanoutExchange fanoutExchange, TopicExchange topicExchange) {
return BindingBuilder.bind(fanoutExchange).to(topicExchange).with(RabbitConsts.TOPIC_ROUTING_KEY_ONE);
}

rabbitmq中两个交换机之间绑定?

Metadata

Metadata

Assignees

Labels

bug错误

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions