Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.2' into 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Dec 2, 2024
2 parents a743b5f + cc09b60 commit c877b90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/pimcore/messenger.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
framework:
messenger:
enabled: true
failure_transport: pimcore_generic_data_index_failed
transports:
pimcore_generic_data_index_queue: 'doctrine://default?queue_name=pimcore_generic_data_index_queue'
pimcore_generic_data_index_queue:
dsn: 'doctrine://default?queue_name=pimcore_generic_data_index_queue'
failure_transport: pimcore_generic_data_index_failed
pimcore_generic_data_index_sync: 'sync://'
pimcore_generic_data_index_failed: 'doctrine://default?queue_name=pimcore_generic_data_index_failed'
routing:
Expand Down

0 comments on commit c877b90

Please sign in to comment.