-
Using kafka connector sink but message recieved is thrice what was sent from producer under stats
I am publishing single message to a kafka topic which is connected to solace with kafka sink connector. When I see the stats of the message vpn I notice it shows 'client data messages' received as 3 times the messages I sent. 2 messages are showing in 'Incoming Message Discards'. Under the client connections > kafka stats,…
-
Solace Meetup: RENAULT DIGITAL, France
Description Hello, this meetup will be in English. :) Date and Hour October 1, 2019 18:00 – 22:00 Address RENAULT DIGITAL 122 avenue du Général Leclerc 92100 Boulogne-Billancourt France Agenda 6.30 : Welcome 6.45 to 8 : Intro to Solace and EDA, event mesh 8 to 8.30 : Break (food and drinks) – Demos at the same time 8.45 to…
-
MessageID versus JMSMessageID
In SolAdmin, I'm seeing that the MessageID that is generated for the new message I received is not the same as the JMSMessage ID. Are they supposed to be the same? TextMessage txtMsg = jmsSession.createTextMessage();messageID = txtMsg.getJMSMessageID();
-
How to create ISubscription instance to be used by Session.CreateFlow method in .NET API
I am trying to create a subscriber for my durable topic endpoint in solace via .NET APIs. I have the below method where in I am trying to create a flow for my durable topic endpoint. I don't understand what is the need for ISubscription instance in the Session.CreateFlow method.…
-
Redundancy show virtual routers in wrong state
From the CLI command "show redundancy", we found that the primary router had redundancy up, and both virtual routers were local-active. "show redundancy" on the backup appliance indicated redundancy was up and both virtual routers were mate-active.
-
New Tutorial Available - Spring Boot Autoconfig JMS
A new tutorial has been posted to the Solace Samples pages! Be sure to check it out. https://solace.com/samples/solace-samples-spring/spring-boot-autoconfigure/
-
A surprising twist of the CLI copy command
Normally, the generic CLI copy command copies local and remote files. Typically, you give the copy command the source path and the destination path. Either the source or the destination path (but not both) can be on a remote machine. The local paths are relative to the CLI root. Some examples: copy…
-
license on my VMR/PubSub+ software
How do I set the license on my VMR / PubSub+ software?
-
How to start your Docker container using a different port
Problem When you start Solace PubSub+ using Docker, it exits with an error message like the following: * docker: Error response from daemon: driver failed programming external connectivity on endpoint solacePSPlusStandard … (really long numbers here): Error starting userland proxy: listen tcp 0.0.0.0:8080: bind: address…
-
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,…