haraka / Haraka

A fast, highly extensible, and event driven SMTP server

Home Page:https://haraka.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow configuring optional queue arguments in queue/rabbitmq_amqplib plugin

benjamonnguyen opened this issue · comments

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: #3239