mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-18 19:32:21 -06:00
Added rabbitmq to send events
This commit is contained in:
@@ -27,10 +27,8 @@ export const initAMQP = () => {
|
||||
channel.assertExchange(exchangeName, 'topic', {
|
||||
durable: true,
|
||||
autoDelete: false,
|
||||
arguments: {
|
||||
queueType: 'quorum',
|
||||
},
|
||||
});
|
||||
|
||||
amqpChannel = channel;
|
||||
|
||||
logger.info('AMQP initialized');
|
||||
|
||||
Reference in New Issue
Block a user