How to disable retries with quarkus smallrye reactive messaging MutinyEmitter

101 views Asked by At

I would like to know if there is a way to configure retries when using io.smallrye.reactive.messaging.MutinyEmitter. As per the documentation it seems possible to configure retry policies only when using @Incoming/@Outgoing annotations.

1

There are 1 answers

0
dsestini On

After a deeper reading of the documentation i found the answer:

Screen of the doc