https://github.com/b2pweb/bdf-queue-messenger-bundle
https://github.com/b2pweb/bdf-queue-messenger-bundle
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/b2pweb/bdf-queue-messenger-bundle
- Owner: b2pweb
- License: mit
- Created: 2020-09-02T12:53:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-11-26T15:04:13.000Z (7 months ago)
- Last Synced: 2025-11-27T16:56:12.622Z (7 months ago)
- Language: PHP
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/b2pweb/bdf-queue-messenger-bundle/actions/workflows/php.yml)
[](https://scrutinizer-ci.com/g/b2pweb/bdf-queue-messenger-bundle/?branch=master)
[](https://packagist.org/packages/b2pweb/bdf-queue-messenger-bundle)
[](https://packagist.org/packages/b2pweb/bdf-queue-messenger-bundle)
Installation
============
1 Download the Bundle
---------------------
Download the latest stable version of this bundle with composer:
```bash
$ 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
['all' => true],
// ...
];
```
3 Add configuration
-------------------
Edit the config file to `./config/packages/messenger.yaml`
```yaml
framework:
messenger:
transports:
async: 'bdfqueue://my_bus?consumer_timeout=1?stamp_serializer=null'
```