Scenario:
Currently we have some devices which sends data to a sever where a FIFO messaging queue logic is implemented. The devices use certificate handshake mechanism with the server and it is not possible to make any changes at the device end. We need to migrate the FIFO messaging logic to Azure. We are planning to use the service bus queue mechanism to implement the FIFO messaging logic.
queries:-
1.Post January 2014 service bus queue does not have a in built support for ACS. Is there any latest resource available on how to configure ACS certificate authentication mechanism to service bus queue, if there please share the same?
2.Is there any way to configure SAS to use certificate authentication mechanism with out writing any additional component in device end, if there is any mechanism please hare the same?
3.Is there any other way to use certificate authentication mechanism with service bus queue other that SAS or ACS?