Skip to content

Commit

Permalink
Separate failure transport
Browse files Browse the repository at this point in the history
  • Loading branch information
morgannilsson committed Nov 22, 2024
1 parent 7c4a2f2 commit d3139f5
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 d3139f5

Please sign in to comment.