Hi, I'm trying to implement a consumer queue which...
# queues-beta
r
Hi, I'm trying to implement a consumer queue which consumes messages on-demand rather than automatically. I want to make it such that messages are consumed only when requested by a worker. Is this possible?