UNPKG

@pixellot/pxlt-rabbit-handler

Version:

A generic class that handles RabbitMQ connection, consume and produce functionality.

5 lines (4 loc) 135 B
module.exports = async function teardown() { await global.__RMQ_CHANNEL__.close(); await global.__RMQ_CONNECTION__.close(); };