dotnet-activemq-artemis-client
dotnet-activemq-artemis-client copied to clipboard
Create new consumers during connection recovery
Currently, an attempt to create a consumer during connection recovery will result in an exception, as there is no open connection available. This behavior should be changed and handled similarly to sending or receiving messages.
It should be implemented after #19 is ready and merged, otherwise it may cause deadlocks in situations when the connection is never recovered.