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>"
}
Was this page helpful?