Coney v0.4.3 Release Notes

  • ✨ Enhancements

    • 👍 Allow to define several RabbitMQ hosts for connection (will be used random host from list)
      # config/config.exs
    
      config :coney, Coney.AMQPConnection, [
        settings: %{
          url: ["amqp://guest:guest@localhost", "amqp://guest:guest@other_host"]
        }
      ]