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

Add and propagate message attributes #24

Closed
adenhertog opened this issue May 31, 2019 · 1 comment
Closed

Add and propagate message attributes #24

adenhertog opened this issue May 31, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@adenhertog
Copy link
Contributor

Message attributes (aka headers) allow metadata to be passed around the system without explicitly having to be included in the message body. Common use cases for attributes are correlation ids, identification of the source trigger/user of a set of message flows and other contextual information.

This enhancement aims to achieve:

  • An easy way to pass message attributes when sending a message
  • Ability to automatically propagate attributes to subsequent messages (ie: in the case of workflow handling scopes, message handlers etc)
  • Ability to remove or modify an attribute
@adenhertog adenhertog added the enhancement New feature or request label May 31, 2019
@adenhertog
Copy link
Contributor Author

Implemented in 596c192

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant