hunterloftis / jackrabbit

Simple AMQP / RabbitMQ job queues for node based on amqplib
292 stars 65 forks source link

Cannot pass additional options while creating exchange #62

Open uttpal opened 7 years ago

uttpal commented 7 years ago

The exchange function in exchange.js accepts options as a parameter https://github.com/hunterloftis/jackrabbit/blob/master/lib/exchange.js#L33 but there is no way to pass options as topic takes only one argument (name) https://github.com/hunterloftis/jackrabbit/blob/master/lib/jackrabbit.js#L55

matmar10 commented 6 years ago

Agreed this is important. Will prioritize