gyrogearl00se/solacewebclient

By gyrogearl00se

Updated about 1 year ago

A .NET Web Client for Solace PubSub+ which offers Queue browsing, Publish & Subscribe.

Image
Integration & delivery
Message queues
Developer tools
0

7.3K

gyrogearl00se/solacewebclient repository overview

SolaceWebClient

GitHub

GitHub - SolaceWebClient

Description

The Solace Web Client is using the .NET (C#) library and offers Queue browsing, Publish & Subscribe.

Secure Connection (TLS)

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
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

Tag summary

Content type

Image

Digest

sha256:f76ebfa28

Size

108.5 MB

Last updated

about 1 year ago

docker pull gyrogearl00se/solacewebclient