mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-23 04:22:02 -06:00
Messages sent by the api now arrive in chatwoot
This commit is contained in:
parent
deb07d2b7f
commit
680c92ecec
@ -611,9 +611,9 @@ export class WAStartupService {
|
||||
|
||||
amqp.assertQueue(queueName, {
|
||||
durable: true,
|
||||
'auto-delete': false,
|
||||
autoDelete: false,
|
||||
arguments: {
|
||||
'x-queue-type': 'quorum',
|
||||
queueType: 'quorum',
|
||||
},
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user