Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] #279

Open
fanshibuwen opened this issue Dec 27, 2024 · 2 comments
Open

[BUG] #279

fanshibuwen opened this issue Dec 27, 2024 · 2 comments
Assignees
Labels
bug 错误

Comments

@fanshibuwen
Copy link

/**
 * 主题模式绑定分列模式
 *
 * @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中两个交换机之间绑定?
@guxiren
Copy link

guxiren commented Dec 27, 2024 via email

@fanshibuwen
Copy link
Author

bean是我自己注掉的,这段是有问题还是我没看明白,请大佬指正

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 错误
Projects
None yet
Development

No branches or pull requests

3 participants