v5.5.0: Allow dynamic AMQP arguments based on queue name
Introduces an optional `queueArguments` parameter to the `Manager` constructor. This enables applying specific AMQP arguments, such as `x-single-active-consumer`, to queues whose names contain a defined string. This provides more granular and flexible control over queue behavior without requiring separate queue parameter definitions for each unique configuration.