Arnaud Cogoluègnes

Results 56 issues of Arnaud Cogoluègnes

See https://github.com/jhalterman/lyra/issues/80#issuecomment-334460764

bug

![image](https://user-images.githubusercontent.com/514737/151391393-93ec306d-c749-44bc-834c-aa8027366574.png) should be ```json "tags": [ "administrator" ], ``` References https://github.com/rabbitmq/rabbitmq-server/issues/2667.

bug

Following up on #142. The code assumes that connections and channels are recoverable in several places, this does not play well if the connections (and the channels) are not. https://github.com/reactor/reactor-rabbitmq/blob/fcb27c98bdd61c338cce9df1b6fbe2853504dfb5/src/main/java/reactor/rabbitmq/Receiver.java#L159-L165...

The flux would contain the results of the `basicPublish` operation. It's not as reliable as using publish confirm but it is a reasonable tradeoff to get more info about what's...

type/enhancement
area/usability

`Flux sendWithPublishConfirms(Publisher)` => ` Flux sendWithPublishConfirms(Publisher)`. This allows to use custom subclasses of `OutboundMessage` and get the instances back in the `Flux`. This is actually making `Sender#sendWithTypedPublishConfirms` the default. `Sender#sendWithTypedPublishConfirms`...

type/enhancement
effort-low

dependency-upgrade

To simplify the packaging. The uber JAR would be in the only binary. References #351.

usability
breaking-change