answear / messenger-heartbeat-bundle
Symfony messenger AMQP Transport with PNCTL Heartbeat
Installs: 12 529
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: ^8.2
- ext-amqp: *
- symfony/amqp-messenger: ^7.2
- symfony/http-kernel: ^7.2
- symfony/messenger: ^7.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.65
- phpro/grumphp: ^2.10.0
- phpstan/phpstan: ^2.0.3
- phpstan/phpstan-webmozart-assert: ^2.0.0
- phpunit/phpunit: ^10.5
- roave/security-advisories: dev-master
- symfony/phpunit-bridge: 7.2.*
This package is auto-updated.
Last update: 2025-01-02 08:09:53 UTC
README
Installation
-
install with Composer
composer require answear/messenger-heartbeat-bundle
Answear\MessengerHeartbeatBundle\AnswearMessengerHeartbeatBundle::class => ['all' => true],
should be added automatically to yourconfig/bundles.php
file by Symfony Flex. -
add
--keepalive
option to your worker commandmessenger:consume
andmessenger:failed:retry
to use heartbeat.
Final notes
Feel free to open pull requests with new features, improvements or bug fixes. The Answear team will be grateful for any comments.