pstrumni
pstrumni
Thanks for reply. Could you tell me how to send messages immediately? I have following code: ``` @ApplicationScoped public class NumbersClient { @OnOverflow(OnOverflow.Strategy.NONE) @Channel("numbers-out") Emitter numbersEmitter; public void send(final int...
So there is no other way to simply send message to broker from non reactive code?
Why the buffer is being processed so slow? Can I do something to improve performance without switching to other library?
I've investigated why publishing messages by quarkus (with smallrye reactive messaging) is so slow and noticed that **it uses only one channel** to send messages to RabbitMQ while spring and...
@cescoffier , @kdubb any updates?