Skip to content

Instantly share code, notes, and snippets.

@andreia
Created January 5, 2014 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreia/8275468 to your computer and use it in GitHub Desktop.
Save andreia/8275468 to your computer and use it in GitHub Desktop.
old_sound_rabbit_mq:
connections:
default:
host: 'localhost'
port: 5672
user: 'guest'
password: 'guest'
vhost: '/'
lazy: false
producers:
acme_generate_image:
connection: default
exchange_options: { name: 'acme_generate_image', type: direct }
consumers:
acme_generate_image:
connection: default
exchange_options: { name: 'acme_generate_image', type: direct }
queue_options: { name: 'acme_generate_image' }
callback: acme_generate_image_service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment