yiisoft / yiisoft/queue-amqp

Add ability to set message headers

Open
#57 6 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.