Skip to content
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

[docs] Symfony Bundle: be explicit about service tags with "enqueue:transport:consume" command #950

Open
macghriogair opened this issue Sep 18, 2019 · 2 comments
Assignees
Labels

Comments

@macghriogair
Copy link

@macghriogair macghriogair commented Sep 18, 2019

The docs for Symfony Bundle should be more explicit about extension tags when using different consume commands. I'm referring to https://php-enqueue.github.io/bundle/consumption_extension/#consumption-extension

When using the "enqueue:transport:consume" command a consumption extension needs to be registered with the tag enqueue.transport.consumption_extension (while docs currently only mention the tag enqueue.consumption.extension which seems to work only when used with the "enque:consume" command).

Example

  # Queue Consumption Extensions
  Infrastructure\Queue\Consumption\Extension\DeadLetterExtension:
    tags:
      - { name: 'enqueue.transport.consumption_extension', priority: 255 }
@stale
Copy link

@stale stale bot commented Oct 18, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Oct 18, 2019
@Steveb-p Steveb-p removed the wontfix label Oct 18, 2019
@Steveb-p Steveb-p self-assigned this Oct 18, 2019
@stale
Copy link

@stale stale bot commented Nov 17, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Nov 17, 2019
@Steveb-p Steveb-p added the pinned label Nov 17, 2019
@stale stale bot removed the wontfix label Nov 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.