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) 366 B
module.exports = { defaults: { vhosts: { connection: { options: { heartbeat: 10, connection_timeout: 10000, channelMax: 100, }, socketOptions: { timeout: 10000, }, management: { options: { timeout: 1000, }, }, }, }, }, };