smallrye-reactive-messaging
smallrye-reactive-messaging copied to clipboard
RabbitMQ - Request Reply mode in rabbitMQ
i want to use request reply mode (send to queue after that, send another random queue) [( https://www.rabbitmq.com/direct-reply-to.html)] i using camel oke, but this lib, i dont know implement that. Hope a support.
This really feels out of scope for an SRRM connector. The Request/Reply system for RabbitMQ is about implementing/emulating RPC.
Could it be made to work? Probably. Should it? My opinion is probably not.
Hi @kdubb i´m implement request/reply in spring using convertSendAndReceiveAsType, Is it possible implement the same way in smallrye?
Relates to https://github.com/smallrye/smallrye-reactive-messaging/issues/1983