Removing the azure message bus message id
Type of change
-
Bug Fix -
Feature
Does this introduce a change in the core logic?
- [NO]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
GCP -
IBM
Does this introduce a breaking change?
- [NO]
What is the current behavior?
Azure message bus message id is composed by correlation id. We have applications that use the same correlation in multiple requests to storage and that is creating duplicated messages with incorrect behavior.
What is the new/expected behavior?
Azure message bus message id is going to be assigned by Azure itself, guaranteeing its uniqueness.
Have you added/updated Unit Tests and Integration Tests?
No