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

.NET Client for Apache ActiveMQ Artemis

Results 24 dotnet-activemq-artemis-client issues
Sort by recently updated
recently updated
newest added

Add docs that explain how to use NoLocal filter feature. Don't forget to mention that `NoLocalFilter` only works with `Multicast` routing type.

documentation

Add docs that describe how to use Filter Expressions.

documentation

Add docs that describe how to use Message Creation Time.

documentation

Add docs that describe how to use Message Expiry feature.

documentation

Add docs describing how to use the message grouping feature.

documentation

Add docs that describe supported message acknowledgment modes.

documentation

It should be possible to set default consumer credit globally on the connection factory level.

enhancement

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...

bug

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...

enhancement

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...

enhancement