-
How to identify wich Appliance is active, any SEMP Query avalable ????
Hi All, We have 4 Appliance (Prod and DR), so when I fire SEMP query (it will come blind count and current message in the queue) will get all queue start, And that SEMP query is automated. And last week my Appliance failover from primary to secondary and I didn't get any data from that SEMP query, so is their any SEMP…
-
Send json object to Solace queue using Python
No formatter is installed for the format not-found
-
What's the programming language that you use most?
What's the programming language that you use most? I see a bunch of surveys out there around the "most popular" programming language with drastically differing results depending on the dev audience that was surveyed (which I would expect). This made me curious as to the most popular languages for developer using Solace. I…
-
Configuring a persistent queue in Enterprise Evaluation GCE image via CLI
I've just installed Enterprise Evaluation so I can test an application that needs to connect to a persistent queue. When I try, it tells me that "Assured message delivery is not available on this channel." Looking at the documentation, it looks like I need to either configure the system to use the internal HD or an…
-
Solace simple chat application - cannot connect to Pubsub+ cloud
Hi, I learn how to connect simple chat app from this blog https://solace.com/blog/build-chat-app-solace-1/ But I cannot publish message to the pubsub+ cloud platform. Here is the detail error. I used this tools: -Apache maven 3.6.3 -JDK 11.0.7 Thanks Lukman
-
Solace Docker Issue @ Windows Home
Hi, I'm trying to install docker on my Windows 10 Home desktop box, but unable install with following error. Please suggest any workaroud for this issue without upgrading my windows OS :) Thanks in advance! Kuladeep
-
Terminal Environment setup
Hey Solace Dev Community 👋 I'm curious to know what your development environment setup looks like: Are you a Window, Mac or Linux user (or even some random OS user, I don't discriminate)? And on your machines, how do you configure your command line interface terminal for all your CLI magic? Personally I am a HUGE fan of…
-
copy file from the solace cli
Hi All , I am trying to copy certs file from my windows mechine to certs folder through docker cli. By using copy command is not working. Could you please provide me any answers
-
Where do you get your tech news?
Hi everyone! I'm curious where you all get your "more technical" tech news from beyond just headlines such as product announcements? Do you follow a certain blog or tech news site? do you rely on social media? podcasts? I used to listen to a lot of podcasts but the more technical ones seem to have failed over time and I…
-
Get topic name from the incoming message using solace spring cloud stream library
Following is a sample bean to receive messages from a solace queue. How can I get the topic name through which the message came into my queue? This queue is configured to receive messages from multiple topics and based on the topic of each message I have different message processing logic. I was able to get the topic name…
-
Spring cloud stream API - connection retry
I have my program running and everything works fine. To test connection retry, I brought down my queue. It did not see any retry from the api, eventually I had to restart my application after bringing the queue up. Is there any specific property which I need to enable to make it reconnect automaticallyin this specific…
-
[Past Event - Recording Available] Extending Kafka capabilities with Solace PubSub+
Livestream Event: Extending Kafka capabilities with Solace PubSub+ On Thursday July 9 at 10 AM EDT Come join @Aaron and @Heinz for an interactive live coding session where they will demonstrate the capabilities of our Kafka Connectors by bridging dynamic topics and multi-protocol MQTT, REST, WebSocket, and JMS applications…
-
Reprocess messages which are not Ack-back by consumer
Hello There, Using JCSMP API. This might be repetetive query, appreciate if you point me to solution. 1. I am using Guaranteed Delivery Queue 'DeliveryMode.PERSISTENT' to publish a message on queue. 2. I have Single Consume for this Queue endpoint_props.setAccessType(EndpointProperties.ACCESSTYPE_EXCLUSIVE); cons =…