-
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…
-
Why is my client being disconnected due to reason "Forced Logout"?
I have not manually disconnected this client.
-
Is there a way for my .NET application to subscribe to VPN-level events over the message-bus?
If yes, what are steps?
-
My consumer is rapidly churning connections for each message received
I am using a Spring DMLC to consumer messages from a Solace PubSub+ queue. When I check in the event logs, my consumer is rapidly churning connections for each message received. How can I fix this?
-
RDP keep going UP and DOWN every 2 seconds
I have configured a REST Delivery Point which is working correctly except that I see the RDP keep going UP and DOWN every 2 seconds. Why?
-
How do I clear entries from solcache?
I'm using solcache and instead of getting our admins to reset the cache, it would be nice to be able to use the Java API to clear entries. I'm not seeing any way to do this. Can you help, or do I need full admin privileges to do so?
-
HTTP headers
With Solace Cloud, is there a way to get the HTTP headers in my message too? I realize that the HTTP option gives me the complete payload in my message but I wasn’t able to figure out from the docs how I can get the HTTP headers from the request into my message. In some of my cases (or at least where I’d love to use it…
-
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…
-
Get started with PubSub+ Cloud
Choose how you want to get started with PubSub+ Cloud. Get started by doing * Create your first messaging service * Try out your messaging service * Create a queue Get started by watching * Solace PubSub+ Cloud * Connect to your PubSub+ Cloud instance Get started by reading * Learn Solace PubSub+ Cloud
-
Get started with PubSub+ software
Choose how you want to get started with PubSub+ software. Get started by doing * Install Docker * Run PubSub+ broker * Run the samples Get started by watching * Install Docker * Build an application Get started by reading * Solace PubSub+ software message broker
-
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…
-
Forum Guidelines
Before things turn chaotic, let’s make the rules clear upfront. Search before you post People in the community are all willing to help you, but they only have so much time. So, when you have a question, resist the temptation to post it without first searching the site. It is very likely that somebody may have already asked…
-
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,…