Created
November 21, 2013 15:11
-
-
Save jeremyquinton/7583233 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%% | |
%% 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