My team is planning to use EMS as transport for transferring messages between applications.
The applications are a mix of .net and java applications. What are the options available to implement security between the clients and the EMS server.
I need something that will work for both .net and java clients.
EMS documentation says SSL is not supported by .net API.
The next option is to use LDAP, but for LDAP authentication we need to pass the userid and password from the client api when creating the connection to EMS server and in the absence of SSL for .net api we do not want the user id/password floating around.
Is there anything else we can do that will work for both java and .net api clients. Any help is appreciated. Thanks.