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
Fabien Potencier 806ef94e98 Merge branch '4.4' into 5.1
* 4.4:
  Fix for issue #37681
  Revert changes to Table->fillCells()
  [Console] Table: support cells with newlines after a cell with colspan >= 2
  Fix redis connect with empty password
  [Validator] Add BC layer for notInRangeMessage when min and max are set
2020-08-12 10:45:47 +02:00
..
Bridge Merge branch '4.4' into 5.1 2020-08-12 10:45:47 +02:00
Command Merge branch '4.4' into 5.1 2020-07-29 16:51:18 +02:00
DataCollector Fix some \Throwable support remaining issues 2019-11-12 18:18:47 +01:00
DependencyInjection Merge branch '5.0' into 5.1 2020-07-23 12:40:24 +02: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 removed @experimental annotations 2019-06-29 18:43:50 +02:00
Tests Fix redis connect with empty password 2020-08-10 15:30:06 +02:00
Transport Merge branch '4.4' into 5.1 2020-08-12 10:45:47 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore Add gitignore file for Symfony 4.3 2019-09-17 11:54:03 +02:00
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-07-23 18:54:02 +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 removed @experimental annotations 2019-06-29 18:43:50 +02:00
phpunit.xml.dist Merge branch '3.4' into 4.1 2018-11-11 20:51:29 +01:00
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 feature #32745 [Messenger][Profiler] Attempt to give more useful source info when using HandleTrait (ogizanagi) 2019-07-27 08:27:28 +02:00
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