Download the latest stable version of this bundle with composer:
$ composer require b2pweb/bdf-queue-messenger-bundle
Adding the following line in the config/bundles.php
file of your project::
<?php
// config/bundles.php
return [
// ...
Bdf\QueueMessengerBundle\BdfQueueMessengerBundle::class => ['all' => true],
// ...
];
Edit the config file to ./config/packages/messenger.yaml
framework:
messenger:
transports:
async: 'bdfqueue://my_bus?consumer_timeout=1?stamp_serializer=null'