b2pweb/bdf-queue-messenger-bundle

Symfony bdf-queue messenger bundle

Installs: 1 735

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 1

Type:symfony-bundle

v1.1.2 2024-02-28 10:54 UTC

This package is auto-updated.

Last update: 2024-03-28 11:06:32 UTC


README

build Scrutinizer Code Quality Packagist Version Total Downloads

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'