Understanding RabbitMQ Exchange & Queue

Teddy's Knowledge Base發表於2016-02-22

Exchanges are the only places where messages could be published to; while queues are the only places where messages could be consumed from. And the configurations for how messages should be routed from exchanges to queues are called bindings.

...

View Details

相關文章