This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| typo3-message-bus-rabbitmq [2023/11/11 16:41] – admin | typo3-message-bus-rabbitmq [2023/11/12 00:34] (current) – admin | ||
|---|---|---|---|
| Line 38: | Line 38: | ||
| $dsn: ' | $dsn: ' | ||
| # For all available options see https:// | # For all available options see https:// | ||
| - | $options: | + | $options: |
| + | auto_setup: true | ||
| + | # Queue options https:// | ||
| + | queues: | ||
| + | MagicRabbit: | ||
| + | flags: 2 | ||
| + | # Exchange options: https:// | ||
| + | exchange: | ||
| + | type: fanout | ||
| tags: | tags: | ||
| - name: ' | - name: ' | ||
| Line 51: | Line 60: | ||
| // Unset the default, so that it no longer applies | // Unset the default, so that it no longer applies | ||
| unset($GLOBALS[' | unset($GLOBALS[' | ||
| - | // Set Webhook-Messages and DynamicsMessage to asynchronous transport via doctrine | + | // Set Webhook-Messages and DynamicsMessage to asynchronous transport via RabbitMQ |
| foreach ([WebhookMessageInterface:: | foreach ([WebhookMessageInterface:: | ||
| $GLOBALS[' | $GLOBALS[' | ||