User Tools

Site Tools


typo3-message-bus-rabbitmq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
typo3-message-bus-rabbitmq [2023/11/11 17:41] admintypo3-message-bus-rabbitmq [2023/11/11 18:20] admin
Line 38: Line 38:
       $dsn: 'amqp://rabbitmq:rabbitmq@rabbitmq:5672/%2f/messages'       $dsn: 'amqp://rabbitmq:rabbitmq@rabbitmq:5672/%2f/messages'
       # For all available options see https://github.com/symfony/amqp-messenger/blob/6.3/Transport/Connection.php#L38-L65       # For all available options see https://github.com/symfony/amqp-messenger/blob/6.3/Transport/Connection.php#L38-L65
-      $options: { }+      $options: 
 +        auto_setup: true 
 +        # Queue options https://github.com/symfony/amqp-messenger/blob/6.3/Transport/Connection.php#L67-L72 
 +        queues: 
 +          MagicRabbit: 
 +            flags: 2 
 +        # Exchange options: https://github.com/symfony/amqp-messenger/blob/6.3/Transport/Connection.php#L74-L80 
 +        exchange: 
 +          type: direct 
     tags:     tags:
       - name: 'messenger.sender'       - name: 'messenger.sender'
typo3-message-bus-rabbitmq.txt · Last modified: 2023/11/12 01:34 by admin