dotnet-activemq-artemis-client icon indicating copy to clipboard operation
dotnet-activemq-artemis-client copied to clipboard

Create new consumers during connection recovery

Open Havret opened this issue 5 years ago • 0 comments

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.

Havret avatar Jan 20 '20 19:01 Havret