UNPKG

rascal

Version:

An advanced RabbitMQ / AMQP client built on amqplib

35 lines (34 loc) 742 B
{ "$schema": "../../lib/config/schema.json", "vhosts": { "/": { "publicationChannelPools": { "regularPool": { "max": 10, "min": 10, "evictionRunIntervalMillis": 1000, "idleTimeoutMillis": 5000, "autostart": true } }, "connection": { "socketOptions": { "timeout": 1000 } }, "exchanges": ["demo_ex"], "queues": ["demo_q"], "bindings": ["demo_ex[a.b.c] -> demo_q"], "publications": { "demo_pub": { "exchange": "demo_ex", "routingKey": "a.b.c", "confirm": false, "options": { "persistent": false } } } } } }