Add ability to set message headers
Open
Nobody has claimed this yet.
type:enhancement
- Dominant language
- PHP
- Stars
- 10
- Forks
- 13
- Avg merge
- 51m
- Merged PRs (30d)
- 1
Description
AMQP protocol allows to set message headers. Let's discuss necessity of adding this ability to the package.
Plus: it's very handy to store some metadata like metrics.
Minus: it's AMQP-specific feature, not available in other queue adapters.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the package's queue adapter API and AMQP implementation to understand how message metadata is currently represented. Compare the proposed headers with the behavior expected from other queue adapters, then clarify whether a package-level API or an AMQP-specific extension is wanted before defining completion criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100