-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Enable transport type in service properties #22604
Enable transport type in service properties #22604
Conversation
I don't think this is the only missing config property, probably we should add all the missing config here? |
…to enable-transport-type-in-service-properties
…to finish all properties
@stliu In order not to block the current issue, I revert the code related to other properties. I will create other tasks to support the properties in the SDK. |
...ava/com/azure/spring/integration/servicebus/factory/DefaultServiceBusTopicClientFactory.java
Outdated
Show resolved
Hide resolved
...ava/com/azure/spring/integration/servicebus/factory/DefaultServiceBusQueueClientFactory.java
Show resolved
Hide resolved
...src/main/java/com/azure/spring/cloud/autoconfigure/servicebus/AzureServiceBusProperties.java
Outdated
Show resolved
Hide resolved
@@ -87,6 +89,14 @@ public void testConnectionStringProvided() { | |||
}); | |||
} | |||
|
|||
@Test | |||
public void testTransportTypeWithAmqpWebSockets() { | |||
this.contextRunner.withPropertyValues(SERVICE_BUS_PROPERTY_PREFIX + "transport-type=AmqpWebSockets") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the tested value need to be updated as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/check-enforcer override |
relate issue: #22445