UNPKG

rascal

Version:

An advanced RabbitMQ / AMQP client built on amqplib

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, }, }, }, }, }, };