Avanade/Liquid-Application-Framework

Fix RabbitMq Messaging Connection Handling

Dervanil opened this issue · 0 comments

After multiple executions of the consumer or the producer, the connections are left open reaching RabbitMq limits, blocking the application from sending or receiving messages.

Removed the 'MessagingConsumerException' from RabbitMqConsumer > MessageHandler, it was causing the application to restart.