Class: Upfluence::AMQP::Server

Inherits:
Object
  • Object
show all
Defined in:
lib/upfluence/amqp/server.rb

Constant Summary collapse

DEFAULT_OPTIONS =
{
  amqp_uri: ENV['RABBITMQ_URL'] || 'amqp://localhost:5672/%2'
}