-
Announcing the prize winners of the Solace Developer Community virtual Easter egg hunt
The first Solace Developer Community virtual Easter egg hunt ended on April 26 with a bang. Over the course of the 15 days, people participated from 11 countries and submitted hundreds of answers on the site. After we graded all the submissions and did the tie-breaking live raffle, here are the winners with the usernames…
-
Error setting up HA Solace event broker
Hi I'm having issues setting up HA group on my local docker installation. I followed the guide: But whenever i run the docker start command the containers get up and running for 30-45 sec. and then shuts down again. I have setup the shared key on all docker create commands. The last lines of logs that is presented is:…
-
What is your favourite SDKPerf Command?!
During one of his office hours, @Aaron and @derrick_solace started talking about SDKPerf and some of the cool ways they use the tool with 😎 Watch it here! What is YOUR favourite SDKPerf tool command? What do you use it for and how do you use it? What's your SDKPerf trikcsssss?! Thanks @rey for asking the question and…
-
Using Proxy setting to connect to Event Broker
I am using Java Client code to connect to event broker and need to know how to do Proxy setting in the code. Tried below code for HOST but its not recognizing the below fromat and throwing "Too many colons in host" exception tcps:solace.company.com%socks5://User:PassWord@proxy.company.com:13128
-
Generate C# code using Async API
Hi, As per my understanding, Async API tools generate the basic skeleton code. Could anyone used Async API to generate code for C#. If it is could you please share me the useful links. With Warm Regards, Sreeram Architect
-
Using Client Certificate in JMSToolBox
Hi, I have a customer who is trying to use Client Certificate in JMSToolBox. I tried to configure the appropriate properties but the underlying API still tried to use basic authentication to connect to Solace. Could you provide an example? Thanks, David.
-
topic drop messages when full
I am sending messages to a temporary topic from my jms endpoint. Jms provide a timeToLive property that configures how long the message lives on the topic. I was trying to figure out if there is a way to configure on jms to tell the broker to drop messages from the topic if the topic is full and not block it. I dont see…
-
Disable message redelivery in Solace container
Hello, Some integration tests fail randomly because the message is redelivered multiple times and we couldn't find why. We can see in Solace UI that the queue only received 10 messages but we can see that the message was redelivered 20 times even though we are acknowledging the message in the consumer. Is there a way to…
-
Error connecting to a temp jms queue
i am using camel to connecto to my underlying solace broker. All my static queue connections work fine. eg. jms:queue:<queue_Name>?queryParams But when I make a temp queue connection it fails. jms:temp-queue:<queueName> The error is as follows Highlighted Exception Caused by:…
-
Go let's Go! Solace PubSub+ Messaging API for Go v1.0.0 🚀
What's the news?? 👀 Yep you read this correct, the Solace PubSub+ Messaging API for Go is officially generally available for download! In November 2021, we released the early access version of the API on the community and had a successful wave of developers and users give us initial feedback on the API. We appreciate all…