-
How to create Secure connection using SolClient with WSS portocol
Hi Team, I am using SolClient API for a web application and using solace web transport to connect appliances. Secure connection needs to be created to avoid the risk of sharing the password in network so, I want to use WSS to create secure connection with username and password. Getting an error as…
-
Serialize Message
Hi, I want to serialize MessageEventArgs.Messsage and store it in flat file, but while serializing i am getting exception that type is non serializable. Any way by which i can serialize "Message" and store in flat file?
-
.NET API to consume JMS?
I've been tasked with consuming messages from an established JMS. The sample code provided to me uses the Solace libraries. I'm more comfortable with C# than Java, so I'd prefer to use the .NET messaging API, if possible. Can I use the Solace .NET API to subscribe to the JMS queue and consume messages? I downloaded the…