Permalink
Cannot retrieve contributors at this time
Fetching contributors…

[ | |
{rabbit_webhooks, [ | |
{webhooks, [ | |
{test_one, [ | |
{url, "http://localhost:8098/riak/test"}, | |
{method, post}, | |
{exchange, [ | |
{exchange, <<"webhooks.test">>}, | |
{type, <<"topic">>}, | |
{auto_delete, true}, | |
{durable, false} | |
]}, | |
{queue, [ | |
{queue, <<"webhooks.test.q">>}, | |
{auto_delete, true} | |
]}, | |
{routing_key, <<"#">>}, | |
{max_send, {5, second}}, | |
{send_if, [{between, {13, 20}, {13, 59}}]} | |
]} | |
]} | |
]} | |
]. |