UNPKG

rascal

Version:

A config driven wrapper for amqplib supporting multi-host connections, automatic error recovery, redelivery flood protection, transparent encryption / decryption, channel pooling and publication timeouts

22 lines (21 loc) 415 B
{ "$schema": "../../lib/config/schema.json", "vhosts": { "/": { "exchanges": ["demo_ex"], "queues": ["demo_q"], "bindings": ["demo_ex[a.b.c] -> demo_q"], "publications": { "demo_pub": { "exchange": "demo_ex", "routingKey": "a.b.c" } }, "subscriptions": { "demo_sub": { "queue": "demo_q" } } } } }