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
Nicolas Grekas dc82bba1e1 Merge branch '4.4'
* 4.4:
  Use willReturn() instead of will(returnValue()).
2019-05-30 18:12:02 +02:00
..
Command Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
DataCollector Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
DependencyInjection Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
Event [Messenger] Adding failure transport support 2019-05-01 08:21:53 +02:00
EventListener [Messenger] On failure retry, make message appear received from original sender 2019-05-11 08:53:51 +02:00
Exception Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
Handler Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
Middleware [Messenger] minor: Remove logging middleware 2019-05-29 07:28:49 +02:00
Retry [Messenger] Adding failure transport support 2019-05-01 08:21:53 +02:00
Stamp Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
Test/Middleware Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
Tests Merge branch '4.4' 2019-05-30 18:12:02 +02:00
Transport Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
Worker [Messenger] Use real memory usage for --memory-limit 2019-05-27 21:38:51 +02:00
CHANGELOG.md [Messenger] add the changelog entry about LoggingMiddleware 2019-05-29 18:41:13 +02:00
composer.json Add back all conflict rules 2019-05-29 10:53:30 +02:00
Envelope.php Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
HandleTrait.php Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
LICENSE Merge branch '3.4' into 4.1 2019-01-03 10:05:57 +01:00
MessageBus.php Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
MessageBusInterface.php Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
phpunit.xml.dist Merge branch '3.4' into 4.1 2018-11-11 20:51:29 +01:00
README.md Fix README about BC promise 2019-03-12 18:23:22 +01:00
RoutableMessageBus.php Changing how RoutableMessageBus fallback bus works 2019-05-10 13:35:34 -04:00
TraceableMessageBus.php Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
Worker.php Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +02:00
WorkerInterface.php fixed typos 2019-03-30 08:02:29 +01:00

Messenger Component

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

This Component is experimental. Experimental features are not covered by Symfony's Backward Compatibility Promise.

Resources