Skip to content

Instantly share code, notes, and snippets.

@jeremyquinton
Created November 21, 2013 15:11
Show Gist options
  • Save jeremyquinton/7583233 to your computer and use it in GitHub Desktop.
Save jeremyquinton/7583233 to your computer and use it in GitHub Desktop.
%%%
%% Generated by Chef
%%%
[
{rabbit, [
{tcp_listen_options, [binary, {packet,raw},
{reuseaddr,true},
{backlog,128},
{nodelay,true},
{exit_on_close,false},
{keepalive,false}]},
{default_user, <<"guest">>},
{default_pass, <<"guest">>}
]},
{rabbitmq_shovel,
[ {shovels, [ {my_first_shovel,
[ {sources,
[ {brokers, [ "amqp://"]} ]
}
, {destinations,
[ {broker, "amqp://"}
, {declarations, [ {'exchange.declare',
[ {exchange, <<"enterprise_platforms">>}
, {type, <<"direct">>}
, durable
]
}
]
}
]
}
, {queue, <<esu>>}
]}
]}
]}
].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment