removed queue factory
This commit is contained in:
parent
7b0c7d12fa
commit
2e223b0d3c
2 changed files with 1 additions and 90 deletions
|
|
@ -7,14 +7,7 @@ export { handlerRegistry } from './handler-registry';
|
|||
export { processBatchJob, processItems } from './batch-processor';
|
||||
|
||||
// Queue factory functions
|
||||
export {
|
||||
initializeQueueSystem,
|
||||
getQueue,
|
||||
processItemsWithQueue,
|
||||
getActiveQueueNames,
|
||||
getQueueManager,
|
||||
shutdownAllQueues
|
||||
} from './queue-factory';
|
||||
// QueueFactory removed - use QueueManager directly
|
||||
|
||||
// DLQ handling
|
||||
export { DeadLetterQueueHandler, DeadLetterQueueHandler as DLQHandler } from './dlq-handler';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue