-
Consumer knows its routing_key, call:
MyConsumer.routing_key/0
-
updated amqp which results in chatty logs, use following config to mute it
# disable amqp hex package logs config :lager, error_logger_redirect: false, handlers: [level: :critical]
- Consumer process stops if connection is lost
use Tackle.Consumer
optionurl
is renamed torabbitmq_url
Tackle.publish
optionurl
is renamed torabbitmq_url
use Tackle.Consumer
optionexchange
is renamed toremote_exchange