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
2019-05-28 13:49:01 +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 Updated "experimental" annotations for 4.3 2019-05-28 13:49:01 +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 bug #31625 [Messenger] Disable the SchemaAssetsFilter when setup the transport (vincenttouzet) 2019-05-27 08:00:16 +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 Adding a new NonSendableStampInterface to avoid sending certain stamps 2019-05-13 09:49:50 -04:00
composer.json fix tests 2019-05-28 09:50:59 +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