0%

rabbitmq learn

  • 查询已有queue

    sudo rabbitmqctl list_queues

  • 查询已有exchanges

    sudo rabbitmqctl list_exchanges

Publish/Subscribe

  • Exchanges

    There are a few exchange types available: direct, topic, headers and fanout.

  • Bindings

    A binding is a relationship between an exchange and a queue