longears icon indicating copy to clipboard operation
longears copied to clipboard

Consume messages in a Shiny application

Open mxmlnmrk opened this issue 5 months ago • 0 comments

First of all, thank you for this great package!

I've been trying different ways to implement a consumer in a R Shiny app, but haven't been able to figure out how to do it with amqp_consume() or amqp_consume_later() without running into problems.

In your documentation you mention that amqp_consume_later() is "primarily for use inside applications (especially Shiny applications)". However, I haven't been able to figure out how to make this work properly, and unfortunately I haven't seen any threads on stackoverflow or examples on github.

It would be a great help if you could expand the documentation, e.g. with a minimal working example.

mxmlnmrk avatar Jan 25 '24 09:01 mxmlnmrk