Hi, I have a question about service bus.
I am creating IoT system with service bus and a pub-sub application with Azure SDK.
A pub-sub application publishes or subscribes data to/from service bus.
The protocol between a pub-sub application and service bus is AMQP.
When I use https, it is possible to encrypt data to protect data against unauthorized access computers with malicious intentions.
However, is it possible to encrypt data with SDK?
Usually, we send data to service bus with SDK methods like below, but does SDK automatically encrypt data?
https://docs.microsoft.com/ja-jp/azure/service-bus-messaging/service-bus-java-how-to-use-topics-subscriptions#send-messages-to-a-topic