Anyone have a code sample of reading messages from RabbitMQ as a flow? Would it be possible to implement with the rabbitmq-java library client https://www.rabbitmq.com/api-guide.html? It does have support for NIO so I'm guessing it's possible to do in an efficient manner, but I'm newbie at coroutines in general so not sure...
c
CLOVIS
01/12/2023, 10:46 AM
How does the library manage the calls? Are they blocking, or is it callback-based?