Class decorator: enable the queue with a single connection, declaratively.
@Queue({ driver: 'memory' }) registers the QueueServiceProvider and sets that connection
as the default. For multiple connections or richer setups, configure stone.queue via
@Configuration() (or the imperative queueBlueprint) instead.
Class decorator: enable the queue with a single connection, declaratively.
@Queue({ driver: 'memory' })registers the QueueServiceProvider and sets that connection as the default. For multiple connections or richer setups, configurestone.queuevia@Configuration()(or the imperativequeueBlueprint) instead.