StepFlow v0.0.9 StepFlow.Amqp.Helpers View Source

Helpers for AMQP.

Link to this section Summary

Functions

Get AMQP URL from the configuration or environment variables.

Link to this section Functions

Link to this function

get_amqp_connection_url()

View Source

Get AMQP URL from the configuration or environment variables.

  • AMQP_HOSTNAME Setup the hostname of the RabbitMQ service
  • AMQP_USERNAME Setup the username of the RabbitMQ service
  • AMQP_PASSWORD Setup the password of the RabbitMQ service
  • AMQP_PORT Setup the port of the RabbitMQ service
  • AMQP_VHOST Setup the virtual host of the RabbitMQ service