solacewebclient
A .NET Web Client for Solace PubSub+ which offers Queue browsing, Publish & Subscribe.
7.3K
The Solace Web Client is using the .NET (C#) library and offers Queue browsing, Publish & Subscribe.

To validate secure connections (tcps://) mount the certificate(s) from your desired endpoint(s) in the "/app/trustedca" directory.
By default the checkbox for TCPS connection is checked. To use it for nonSSL endpoints simply uncheck it.
NOT RECOMMENDED - You can also uncheck "SSL Verify" to skip SSL validation.
docker run -d -p 8080:8080 gyrogearl00se/solacewebclient:latest
For TCPS connections
docker run -d -p 8080:8080 -v $(pwd)/certs:/app/trustedca gyrogearl00se/solacewebclient:latest
Content type
Image
Digest
sha256:f76ebfa28…
Size
108.5 MB
Last updated
about 1 year ago
docker pull gyrogearl00se/solacewebclient