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-04-23 13:19:34 +02:00
..
Command [Messenger] fixed missing use statement 2019-03-31 22:37:12 +02:00
DataCollector fixed CS 2019-01-16 21:35:37 +01:00
DependencyInjection minor #29525 [Messenger] Make MessengerPass less strict when auto-register handlers (nicholasruunu) 2019-04-06 12:29:02 +02:00
Event feature #30691 [Contracts][EventDispatcher] add EventDispatcherInterface to symfony/contracts and use it where possible (nicolas-grekas) 2019-03-27 07:28:10 +01:00
Exception Rename exception, add change log and a few other things 2019-04-06 14:41:06 +02:00
Handler fixed CS 2019-01-16 21:35:37 +01:00
Middleware [Messenger] ease testing and allow forking the middleware stack 2019-04-23 13:19:34 +02:00
Retry Adding global retry support, events & more to messenger transport 2019-03-23 09:39:27 -04:00
Stamp Ensure message is handled only once per handler 2019-04-06 14:40:48 +02:00
Test/Middleware [Messenger] ease testing and allow forking the middleware stack 2019-04-23 13:19:34 +02:00
Tests [Messenger] ease testing and allow forking the middleware stack 2019-04-23 13:19:34 +02:00
Transport Reorganizing messenger serializer config and replacing base64_encode with addslashes 2019-04-15 10:26:02 -04:00
Worker [Messenger] fix review 2019-03-31 19:00:04 +02:00
CHANGELOG.md Uses an AmqpStamp to provide flags and attributes 2019-04-06 21:05:34 +02:00
composer.json [Messenger] test DoctrineTransport on travis and appveyor 2019-04-05 16:21:26 +02:00
Envelope.php Allow stamps to be passed directly to MessageBusInterface::dispatch() 2019-03-31 12:05:21 -04:00
HandleTrait.php [Messenger] Add a trait for synchronous query & command buses 2018-11-20 19:19:09 +01:00
LICENSE Merge branch '3.4' into 4.1 2019-01-03 10:05:57 +01:00
MessageBus.php Allow stamps to be passed directly to MessageBusInterface::dispatch() 2019-03-31 12:05:21 -04:00
MessageBusInterface.php Allow stamps to be passed directly to MessageBusInterface::dispatch() 2019-03-31 12:05:21 -04: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 Allow stamps to be passed directly to MessageBusInterface::dispatch() 2019-03-31 12:05:21 -04:00
TraceableMessageBus.php Allow stamps to be passed directly to MessageBusInterface::dispatch() 2019-03-31 12:05:21 -04:00
Worker.php Rename exception, add change log and a few other things 2019-04-06 14:41:06 +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