You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to switch from using 5671 AMQP port to 443 using WebSocket binding offered by Azure Service Bus.
Service Bus connection string supports TransportType=AmqpWebSockets parameter, but unfortunately, it has no impact on underlying QPID JMS connection factory initialization as of latest com.azure.spring:spring-cloud-azure-starter-servicebus-jms:5.18.0 Spring Boot starter library.
Could you please implement AMQP over WebSocket support?
The text was updated successfully, but these errors were encountered:
We need to switch from using 5671 AMQP port to 443 using WebSocket binding offered by Azure Service Bus.
Service Bus connection string supports TransportType=AmqpWebSockets parameter, but unfortunately, it has no impact on underlying QPID JMS connection factory initialization as of latest com.azure.spring:spring-cloud-azure-starter-servicebus-jms:5.18.0 Spring Boot starter library.
Could you please implement AMQP over WebSocket support?
The text was updated successfully, but these errors were encountered: