You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does rhea-promise support anything along these lines? I'm not seeing a best practice for the idea of a single subscribe consumer model - something like detach while the worker does work and then attach when work is complete? Thanks for the help!
The text was updated successfully, but these errors were encountered:
Rhea provides examples of pub/sub via durable subscriptions eg
https://github.com/amqp/rhea/blob/master/examples/durable_subscription/subscriber.js
and
https://github.com/amqp/rhea/blob/master/examples/durable_subscription/publisher.js
Does rhea-promise support anything along these lines? I'm not seeing a best practice for the idea of a single subscribe consumer model - something like detach while the worker does work and then attach when work is complete? Thanks for the help!
The text was updated successfully, but these errors were encountered: