[BUG] Service bus custom endpoint address #43555
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
The custom endpoint address is not merged from the namespace properties to producer/processor/consumer properties. This results in the custom endpoint address being null.
To Reproduce
Configure a custom endpoint address for the namespace but not for individual consumers or producers. The custom endpoint address will not be used when sending or receiving messages.
Code Snippet
Example configuration
Expected behavior
I expect the custom-endpoint-address to be used by the consumers/producers/processors.
Screenshots
Setup (please complete the following information):
Additional context
See
com.azure.spring.messaging.servicebus.implementation.properties.merger
, for exampleSenderPropertiesParentMerger
. It does not map the custom endpoint address.https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/spring/spring-messaging-azure-servicebus/src/main/java/com/azure/spring/messaging/servicebus/implementation/properties/merger/SenderPropertiesParentMerger.java
The text was updated successfully, but these errors were encountered: