Skip to content

[Messenger] Ignore stamps in in-memory transport #34474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 21, 2019
Merged

[Messenger] Ignore stamps in in-memory transport #34474

merged 1 commit into from
Nov 21, 2019

Conversation

tienvx
Copy link
Contributor

@tienvx tienvx commented Nov 21, 2019

Q A
Branch? 4.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets N/A
License MIT
Doc PR N/A

Stamps can be added/removed to/from message during handling. Ignore stamps so that we can ack/reject them correctly.

Copy link
Contributor

@sroze sroze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks legit indeed. Can you rename the test however so it describes what it's testing?

@xabbuh xabbuh added this to the 4.4 milestone Nov 21, 2019
@sroze
Copy link
Contributor

sroze commented Nov 21, 2019

Thank you @tienvx.

sroze added a commit that referenced this pull request Nov 21, 2019
This PR was merged into the 4.4 branch.

Discussion
----------

[Messenger] Ignore stamps in in-memory transport

| Q             | A
| ------------- | ---
| Branch?       | 4.4 <!-- see below -->
| Bug fix?      | yes
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | N/A <!-- prefix each issue number with "Fix #", if any -->
| License       | MIT
| Doc PR        | N/A <!-- required for new features -->

Stamps can be added/removed to/from message during handling. Ignore stamps so that we can ack/reject them correctly.

<!--
Replace this notice by a short README for your feature/bugfix. This will help people
understand your PR and can be used as a start for the documentation.

Additionally (see https://symfony.com/roadmap):
 - Always add tests and ensure they pass.
 - Never break backward compatibility (see https://symfony.com/bc).
 - Bug fixes must be submitted against the lowest maintained branch where they apply
   (lowest branches are regularly merged to upper ones so they get the fixes too.)
 - Features and deprecations must be submitted against branch master.
-->

Commits
-------

b435b1a [Messenger] Ignore stamps in in-memory transport
@sroze sroze merged commit b435b1a into symfony:4.4 Nov 21, 2019
@tienvx tienvx deleted the ignore-stamps-in-in-memory-transport branch November 21, 2019 17:07
This was referenced Dec 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants