diff --git a/master.html b/master.html index 510ecf92..cc3ecfe3 100644 --- a/master.html +++ b/master.html @@ -182,9 +182,6 @@ with the WSGI server
  • logging
  • headers
  • hook
  • -
  • rabbitmq_endpoint
  • -
  • rabbitmq_topic
  • -
  • rabbitmq_queue_type
  • reporting
  • @@ -1338,23 +1335,23 @@ be specified.

    rabbitmq : Push the message to the rabbitmq server.

    Default: none

    - -
    -

    rabbitmq_endpoint

    +
    +
    rabbitmq_endpoint

    End-point address for rabbitmq server. Ex: amqp://user:password@localhost:5672/

    Default:

    -
    -

    rabbitmq_topic

    +
    +
    rabbitmq_topic

    RabbitMQ topic to publish message.

    Default:

    -
    -

    rabbitmq_queue_type

    +
    +
    rabbitmq_queue_type

    RabbitMQ queue type for the topic.

    Default: classic

    +

    reporting