Hey Folks, Can a user worker be a consumer of a queue? if so how can I configure it? using this conf

Hey Folks,
Can a user worker be a consumer of a queue? if so how can I configure it?
using this configures the user worker as a producer, but not a consumer.
{
  "type": "queue",
  "name": "<TEST_QUEUE>",
  "queue_name": "<TEST_QUEUE_NAME>"
}


Should I use the dispatcher as the consumer and then route those messages to the user worker from there?
The issue there would be they will change to be fetch events instead of queue events as there's only userWorker.fetch method.
Was this page helpful?