Krzysztof Porebski
Krzysztof Porebski
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...
Consumers should be able to selectively consume messages. https://activemq.apache.org/components/artemis/documentation/latest/filter-expressions.html
Alongside `ProduceAsync`, which waits for confirmation from the broker that the message was delivered, an additional `Produce` method should extend the `Producer` interface, providing an option to send messages in...