node-ts / bus

A typescript based enterprise service bus framework based on enterprise integration patterns
https://bus.node-ts.com/
MIT License
271 stars 25 forks source link

[Bug] Rabbitmq-transport.ts does not have reconnection if channel gets disconnected by some reasons #190

Open valdestron opened 1 year ago

valdestron commented 1 year ago

Amqp channel could catch a disconnect event or maybe readNextMessage method could catch an error when the channel is disconnected and retry connection to rabbitmq if it was disconnected by some network issues.