hunterloftis / jackrabbit

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

I want to Create Long lived Connection For Producer Channel. #112

Open niteshtripathi1234 opened 4 years ago

niteshtripathi1234 commented 4 years ago

Current It will create a new connection on every request. please suggest me how to create a long-lived connection for both producer and consumer channel.