RabbitMQMessageQueue constructor Null safety

RabbitMQMessageQueue(
  1. String name,
  2. {ConfigParams? config,
  3. Channel? mqChanel,
  4. String? queue}
)

Creates a new instance of the message _queue.

  • name (optional) a queue name.
  • config (optional)
  • mqChanel (optional) RrabbitMQ chanel
  • queue (optional) RrabbitMQ queue name