Skip to content

Commit

Permalink
Use pimcore_generic_data_index_queue as queue name.
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber committed Feb 6, 2024
1 parent e0ccfda commit a47b13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/pimcore/messenger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ framework:
messenger:
enabled: true
transports:
pimcore_generic_data_index_queue: 'doctrine://default?queue_name=pimcore_index_queues'
pimcore_generic_data_index_queue: 'doctrine://default?queue_name=pimcore_generic_data_index_queue'
pimcore_generic_data_index_sync: 'sync://'
routing:
Pimcore\Bundle\GenericDataIndexBundle\Message\IndexUpdateQueueMessage: pimcore_generic_data_index_queue
Expand Down

0 comments on commit a47b13c

Please sign in to comment.