Does the Java client changes to support TLS 1.3 with Azure Service Bus and Azure Event Hubs affect the azure-servicebus:3.6.7 version ? Spring Boot applications which uses

Antony G Sundar 0 Reputation points
2024-09-04T19:38:05.1733333+00:00

The below reference says that the Java Clients which connects to Azure Service Bus and Azure Event Hubs will be affected post October 31.

https://techcommunity.microsoft.com/t5/messaging-on-azure-blog/java-client-changes-to-support-tls-1-3-with-azure-service-bus/ba-p/4089355

In the Required Action its specified if the Java Client uses AMQP or JMS. I use azure-servicebus:3.6.7 for Java Client code and wanted to confirm if anythings needs to be verified from the application code side. Internally the asb version azure-servicebus:3.6.7 uses proton-j-0.33.8 (The library in question should be higher that proton-j-0.30.0).

Does using proton-j version greater than 0.30.0 (0.33.8) confirms no Java Client side code change is required ?

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
613 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
627 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2024-09-04T19:38:05.1933333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Based on the information provided in the context, it is not clear whether using proton-j version greater than 0.30.0 (0.33.8) confirms that no Java Client side code change is required. However, the article "Java libraries, drivers, and Spring modules for Azure" provides information on the Azure Service Bus client library for Java, which is the recommended library for interacting with Azure Service Bus. The latest version of this library supports TLS 1.3. It is recommended to upgrade to the latest version of the Azure Service Bus client library for Java to ensure compatibility with TLS 1.3.


    References:

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.