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 e7dfa34c48 feature #37867 [Messenger] Add message timestamp to amqp connection (Bartłomiej Zając)
This PR was merged into the 5.2-dev branch.

Discussion
----------

[Messenger] Add message timestamp to amqp connection

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| Deprecations? | no
| Tickets       | none
| License       | MIT
| Doc PR        | none

Add default timestamp to amqp transport message.

It is useful when you logging each message, and your consumer is down, you alway get right message time when start consume again.

Commits
-------

281540e005 [Messenger] Add message timestamp to amqp connection
2020-08-18 09:09:18 +02:00
..
Bridge feature #37867 [Messenger] Add message timestamp to amqp connection (Bartłomiej Zając) 2020-08-18 09:09:18 +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 Merge branch '4.4' into 5.1 2020-08-17 09:03:44 +02:00
Exception [Messenger] Add method HandlerFailedException::getNestedExceptionOfClass 2020-05-13 10:59:39 +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 Fix typehint 2020-08-02 10:17:48 +02:00
Test/Middleware
Tests Merge branch '5.1' 2020-08-17 14:27:13 +02:00
Transport Add Beanstalkd Messenger bridge 2020-08-13 09:43:16 +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-07-23 18:54:02 +02:00
Envelope.php [Messenger] Fix BC layer for stamps moved into separate packages 2020-08-13 16:04:02 +02: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