haraka / Haraka

A fast, highly extensible, and event driven SMTP server
https://haraka.github.io
MIT License
5.04k stars 662 forks source link

Allow configuring optional queue arguments in queue/rabbitmq_amqplib plugin #3240

Closed benjamonnguyen closed 11 months ago

benjamonnguyen commented 11 months ago

The current queue/rabbitmq_amqplib implementation doesn't allow passing in optional arguments to the Channel.assertQueue() method.

Here is my PR implementing this feature with an example of my use case of configuring a dead letter strategy: https://github.com/haraka/Haraka/pull/3239