-
How to find a free TCP port for testing PubSub+ with Docker
To run a network server like Solace PubSub+, you must configure it to use ports that are not currently in use. However, ports 80 and 8080 are often used by other applications. This means that you need to find a free TCP port in order to test PubSub+ using Docker. Before you can find out which port is free, you have to find…
-
Workaround for ws:// connection problem
If you are having trouble connecting to ws:// in PubSub+ Cloud, this is because HTTP Strict Transport Security may be causing your browser to forcefully upgrade your websocket connections to secured websocket connections. This results in the message broker rejecting the connection because the unsecured web messaging port…
-
all possible CLI commands: "tree" CLI command
If you're not sure where in the CLI your command is, you can dump out all possible CLI commands with the "tree" command. That output is also handy to search through in the documentation here: https://docs.solace.com/Solace-CLI/CLI-Reference/VMR_CLI_Commands.html…
-
How to manually adjust the VPN limits
Problem After typing in the command solace> show message-spool message-vpn Solace_VPN in the Solace Command Line Interface (CLI), you find that the output value for Configured Max Egress Flows does not match that for Max Egress Flows. Prerequisite Download SolAdmin. Solution There are two options for fixing the issue. If…
-
How to ensure all your transactions work
Problem Using Solace’s Java, JavaRTO, C, .NET or JMS APIs, you have allowed client applications to group multiple message send and/or receive operations together as a single unit. However, out of the total number of operations, only some work. Prerequisite Download the free SolAdmin Solution For all the operations to work,…