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 17:20] – admin | typo3-message-bus-rabbitmq [2023/11/12 00:34] (current) – admin | ||
|---|---|---|---|
| Line 46: | Line 46: | ||
| # Exchange options: https:// | # Exchange options: https:// | ||
| exchange: | exchange: | ||
| - | type: direct | + | type: fanout |
| tags: | tags: | ||
| Line 60: | 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[' | ||