Description:

Generates a fan-out worker that ensures the given queues, topics, and subscriptions are instantiated

Example:

rails generate queue_worker WorkerName topic_1 <other_topics>

This will create:
    app/workers/<name>_worker.rb

`topic_1` will be the message topic that the queue will listen to. Multiple topics can listed