This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Messenger
2020-05-26 08:12:19 +02:00
..
Bridge Fix extra SQL support in Doctrine migrations 2020-05-26 08:12:19 +02:00
Command Merge branch '5.0' 2020-05-16 11:12:54 +02:00
DataCollector Fix some \Throwable support remaining issues 2019-11-12 18:18:47 +01:00
DependencyInjection Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
Event [Messenger] use events consistently in worker 2019-11-05 18:28:25 +01:00
EventListener [Messenger] Add support for RecoverableException 2020-05-04 18:55:44 +02:00
Exception [Messenger] Add support for RecoverableException 2020-05-04 18:55:44 +02:00
Handler Merge branch '4.3' into 4.4 2019-12-16 11:45:21 +01:00
Middleware Merge branch '4.4' into 5.0 2020-05-24 10:40:42 +02:00
Retry [Messenger] Add a \Throwable argument in RetryStrategyInterface methods 2020-04-04 09:33:12 +02:00
Stamp feature #34312 [ErrorHandler] merge and remove the ErrorRenderer component (nicolas-grekas, yceruto) 2019-11-12 10:05:23 +01:00
Test/Middleware
Tests Merge branch '5.0' into 5.1 2020-05-24 10:49:09 +02:00
Transport [Messenger] Add suggestion for Amazon SQS transport and make check more readable 2020-05-22 15:43:15 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
CHANGELOG.md [Messenger] Add support for RecoverableException 2020-05-04 18:55:44 +02:00
composer.json Merge branch '4.4' into 5.0 2020-05-24 10:40:42 +02:00
Envelope.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
HandleTrait.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
LICENSE Update year in license files 2020-01-01 12:51:43 +01:00
MessageBus.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
MessageBusInterface.php
phpunit.xml.dist
README.md Merge branch '4.3' into 4.4 2020-01-21 11:11:47 +01:00
RoutableMessageBus.php Add missing dots at the end of exception messages 2020-03-15 15:17:26 +01:00
TraceableMessageBus.php
Worker.php [EventDispatcher] Deprecate LegacyEventDispatcherProxy. 2019-12-15 23:54:05 +01:00

Messenger Component

The Messenger component helps application send and receive messages to/from other applications or via message queues.

Resources