dotnet-activemq-artemis-client
dotnet-activemq-artemis-client copied to clipboard
.NET Client for Apache ActiveMQ Artemis
Add docs that explain how to use NoLocal filter feature. Don't forget to mention that `NoLocalFilter` only works with `Multicast` routing type.
Add docs that describe supported message acknowledgment modes.
It should be possible to set default consumer credit globally on the connection factory level.
It is possible that a broker may send back attach frame after operation of creating consumer or producer have been canceled. Currently, we are not doing anything with these orphan...
Similar to #43, but for producers. Currently, an attempt to create a producer during connection recovery will result in an exception, as there is no open connection available. This behavior...
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...