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

AMQP 0-9-1 简介 #12

Open
liumingzhij26 opened this issue Jan 30, 2020 · 0 comments
Open

AMQP 0-9-1 简介 #12

liumingzhij26 opened this issue Jan 30, 2020 · 0 comments

Comments

@liumingzhij26
Copy link
Owner

https://www.biyeyuan.com/page/show/2908679150749351961?preview=on

消息(message)被发布者(publisher)发送给交换机(exchange),交换机常常被比喻成邮局或者邮箱。然后交换机将收到的消息根据路由规则分发给绑定的队列(queue)。最后AMQP代理会将消息投递给订阅了此队列的消费者,或者消费者按照需求自行获取。

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

No branches or pull requests

1 participant