Krzysztof Porebski

Results 37 issues of Krzysztof Porebski

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

Consumers should be able to selectively consume messages. https://activemq.apache.org/components/artemis/documentation/latest/filter-expressions.html

enhancement

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

enhancement