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

[Host.AzureServiceBus] Ability to set header when message has been failed #358

Open
zarusz opened this issue Jan 1, 2025 · 0 comments
Open

Comments

@zarusz
Copy link
Owner

zarusz commented Jan 1, 2025

Based on the discussion in #356 and #356, it would be beneficial to introduce the ability to set message headers (application properties) for Azure Service Bus when a message fails. This enhancement would allow users to:

  • Preserve partial state information in the message headers during failure scenarios (either within the consumer or the consumer error handler).
  • Ensure that this state is available for subsequent message retries, aiding in implementing consumer idempotency.

This feature would provide greater flexibility and reliability, especially in scenarios where preserving state across retries is critical.

@zarusz zarusz self-assigned this Jan 1, 2025
@zarusz zarusz changed the title [Host.AzureServiceBus] Ability to set header when message has been is failed [Host.AzureServiceBus] Ability to set header when message has been failed Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant