b2pweb / bdf-queue-messenger-bundle
Symfony bdf-queue messenger bundle
Installs: 2 132
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: ~7.1 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0
- symfony/config: ^5.1|^6.0|~7.0
- symfony/dependency-injection: ^5.1|^6.0|~7.0
- symfony/framework-bundle: ^5.1|^6.0|~7.0
Requires (Dev)
- b2pweb/bdf-queue: ~1.0
- friendsofphp/php-cs-fixer: ~3.0
- phpunit/phpunit: ~7.0|~8.0|~9.0
- symfony/console: ^5.1|^6.0|~7.0
- symfony/phpunit-bridge: ^5.1|^6.0|~7.0
- symfony/yaml: ^5.1|^6.0|~7.0
README
Installation
1 Download the Bundle
Download the latest stable version of this bundle with composer:
$ composer require b2pweb/bdf-queue-messenger-bundle
2 Enable the 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], // ... ];
3 Add configuration
Edit the config file to ./config/packages/messenger.yaml
framework: messenger: transports: async: 'bdfqueue://my_bus?consumer_timeout=1?stamp_serializer=null'