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

Support x-cc message annotation #12559

Merged
merged 2 commits into from
Oct 24, 2024
Merged

Support x-cc message annotation #12559

merged 2 commits into from
Oct 24, 2024

Conversation

ansd
Copy link
Member

@ansd ansd commented Oct 21, 2024

Support an x-cc message annotation in AMQP 1.0 similar to the CC header in AMQP 0.9.1.

The value of the x-cc message annotation must by a list of strings. A message annotation is used since application properties allow only simple types.

Docs PR: rabbitmq/rabbitmq-website#2105

@ansd ansd added this to the 4.1.0 milestone Oct 21, 2024
@mergify mergify bot added the bazel label Oct 21, 2024
@ansd ansd force-pushed the x-cc branch 7 times, most recently from 601e287 to 7f7f855 Compare October 22, 2024 13:21
Support an `x-cc` message annotation in AMQP 1.0
similar to the [CC](https://www.rabbitmq.com/docs/sender-selected) header in AMQP 0.9.1.

The value of the `x-cc` message annotation must by an array of strings.
A message annotation is used since application properties allow only simple types.
@ansd ansd marked this pull request as ready for review October 22, 2024 15:51
ansd added a commit to rabbitmq/rabbitmq-website that referenced this pull request Oct 23, 2024
Document the new `x-cc` message annotation as introduced in RabbitMQ 4.1
via rabbitmq/rabbitmq-server#12559

Rewrite AMQP 0.9.1 docs since they didn't make sense.
@ansd ansd marked this pull request as draft October 23, 2024 11:27
ansd added a commit to rabbitmq/rabbitmq-website that referenced this pull request Oct 23, 2024
Document the new `x-cc` message annotation as introduced in RabbitMQ 4.1
via rabbitmq/rabbitmq-server#12559

Rewrite AMQP 0.9.1 docs since they didn't make sense.
@ansd ansd marked this pull request as ready for review October 23, 2024 14:46
@ansd ansd merged commit 2c0cdee into main Oct 24, 2024
344 checks passed
@ansd ansd deleted the x-cc branch October 24, 2024 11:03
michaelklishin pushed a commit that referenced this pull request Oct 25, 2024
Support x-cc message annotation

Support an `x-cc` message annotation in AMQP 1.0
similar to the [CC](https://www.rabbitmq.com/docs/sender-selected) header in AMQP 0.9.1.

The value of the `x-cc` message annotation must by a list of strings.
A message annotation is used since application properties allow only simple types.
michaelklishin pushed a commit to rabbitmq/rabbitmq-website that referenced this pull request Oct 29, 2024
Document the new `x-cc` message annotation as introduced in RabbitMQ 4.1
via rabbitmq/rabbitmq-server#12559

Rewrite AMQP 0.9.1 docs since they didn't make sense.
michaelklishin pushed a commit that referenced this pull request Nov 4, 2024
Support x-cc message annotation

Support an `x-cc` message annotation in AMQP 1.0
similar to the [CC](https://www.rabbitmq.com/docs/sender-selected) header in AMQP 0.9.1.

The value of the `x-cc` message annotation must by a list of strings.
A message annotation is used since application properties allow only simple types.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants