filterfish / smith2

A complete rewrite of Smith
12 stars 7 forks source link

Allow AMQP connection details to be set using a URI #37

Closed filterfish closed 8 years ago

filterfish commented 9 years ago

The connection is currently set using the [amqp.broker] config table in which are five entries. This make it hard to specify using a single environment variable. The AMQP spec specifies a URI format; this should be supported.

See: http://rubyamqp.info/articles/connecting_to_broker/

filterfish commented 8 years ago

done.