StaticforAsync configuration with factory and inject tokens
Dynamic module with queue infrastructure
StaticregisterRegister a queue for injection.
The queue name serves as both the identifier and the DI injection token. Queue names are typed via module augmentation of QueueNames interface.
Queue name (typed with autocomplete if QueueNames is augmented)
Dynamic module that provides the queue sender
Configure queue infrastructure with async factory.
Use when provider configuration depends on other services like ConfigService.