Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • queue_name: The queue to send to or receive from

  • exchange_name: The exchange to publish the message to
  • consumer_tag: The consumer tag

  • host: The host where the server runs

  • port: The port of the server (if not default)

  • username: Username (if required)

  • password: Password (if required)

  • virtualhost: The virtual host (if required)

  • publish_style: Specifies how messages will be sent (default: workqueue)

Additional options for workqueue

  • durable (true / false)
  • exclusive (true / false)
  • auto_delete (true / false)

...