Hi, .NET application is trying to connect to JMS topic hosted on wM broker using the webMethods.Msg.dll. The connection is secured.
From wM added the ACL to the client group(we have included webMethods broker DN names and .net DN names) to client group and topic is connected to that client group.
.NET is using the below code to connect but failing with a error: “[BDN.11.1040] connection to brokername@ID:port failed: Value cannot be null. Parameter name: value”
#Code:
connection = connectionFactory.CreateConnection(CertDNSName,“CN name”);
Can anyone help on this , do .NET need to send any additional parameter which making a connection? Or am I missing anything in the setting the JMS.
P.s: The same they were able to connect to us without SSL.
#webMethods#Integration-Server-and-ESB#Broker-JMS#Universal-Messaging-Broker