socket.io-amqp icon indicating copy to clipboard operation
socket.io-amqp copied to clipboard

Add support to pass amqpConnectionOptions through the init options

Open saary opened this issue 5 years ago • 2 comments

Allow passing amqpConnectionOptions to the constructor function options object.

This is necessary to enable control of specific connection parameters.

saary avatar Dec 24 '19 11:12 saary

Hoping to get this merged as well, as I'd like to send some options to the amqplib module.

itrogers avatar Nov 25 '20 23:11 itrogers

Thank you for your fix and my apologies for the delay, This repo got stuck in the void but that's no excuse. I have merged in a fix that should allow you to pass amqpConnectionOptions. I will be hopefully spending some time soon to update and fix any issues with this repo.

If you are using the code directly please let me know if you are still unable to pass amqpConnectionOptions. Otherwise I will work on getting a new npm package up within the week

barbara-degraaf avatar Sep 27 '21 19:09 barbara-degraaf