Skip to content

Commit

Permalink
Get back Doctrine-DSN and mention RabbitMQ only as a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
skoch98 committed Apr 3, 2024
1 parent 7ab9571 commit 4803044
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ framework:
dsn: "doctrine://default?queue_name=pimcore_failed_jobs&table_name=messenger_messages_pimcore_failed"

pimcore_core:
dsn: "amqp://rabbitmq:5672/%2f/pimcore_core"
dsn: "doctrine://default?queue_name=pimcore_core"
# For RabbitMQ (recommend) use this as example:
# dsn: "amqp://rabbitmq:5672/%2f/pimcore_core"
failure_transport: pimcore_failed_jobs
```
which can be re-processed later after fixing the underlying issue with command `bin/console messenger:consume pimcore_failed_jobs`.
Expand Down

0 comments on commit 4803044

Please sign in to comment.