-
Sample c example solClient_msg_getCorrelationTag
Hi, Can any one send the sample example for the correct usage of the correlation tag pointer API. solClient_msg_getCorrelationTag
-
Development Best Practices
What are the best practices in solace development except naming queues/topics? And what are the restrictions, recommendations to be followed? How failover takes place. could you please some information related to this?
-
Need JavaScript library suggestions!!
Reaching out to the broader community on this one. NEED SOME INSPIRATION! I've written a bunch of demos in JavaScript, using either the Solace JavaScript or the Eclipse Paho MQTT JavaScript libraries, coupled with various (usually) graphics or mapping libraries: * Singapore bus demo, using Google Maps:…
-
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…
-
Acknowledging messages using Spring JMS
Hello, I would like to manually acknowledge each message I receive from the Solace queue using the JMS protocol. However with the configuration I have below, I am seeing that the messages are actually not being removed even after I explicitly call "message.acknowledge()" on the message. @Bean() public…
-
Where are persistent messages being stored if the event broker software is down?
I am a test engineer and currently doing some testing on the Solace PubSub+ event broker software to make sure it fits my company's needs. I am trying to prove that persistent (guaranteed) messages are properly working. The scenario I am testing is either the Solace broker software going down or the message VPNs. If the…
-
Monitoring Queue Depth
I want to set up alert for queue depth using monitoring tool for Solace cloud (Trial Version). I have set queue threshold at 80%. I am able to gather queue stats using SEMP command but not sure how to set the alerts.
-
Send json object to Solace queue using Python
No formatter is installed for the format not-found
-
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
-
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
-
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…
-
Concurrency property with Solace Spring cloud stream api
I am using solace spring cloud stream apis to consume messages from a queue to a function. I would like to know how can I make it multi threaded using multiple message listeners(consumers) to the same queue so that I can process all the messages quickly. Concurrency property is not working, can you please give an example…
-
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
-
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…
-
Sample code to publish a message to a topic using spring cloud stream api
Can someone please provide me a sample yml configuration used to publish a message to a topic using spring cloud stream api?
-
RDP is up and running still message is not redirected to the consumer.
followed https://solace.com/samples/solace-samples-rest-messaging/publish-subscribe/ though server is up and running rdp is not able to forward message to the consumer(comes in queue) whereas directly posting a message to this nodeJs server is working fine.
-
[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…
-
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…
-
Streaming: tune-in Tuesday for live Office Hours: noon SGT
Ask Aaron, our Developer Advocate, any questions about Solace products and technologies every Tuesday on Twitch for free at https://www.twitch.tv/solacedevs. * noon-1pm SG/HK/Perth * 1pm-2pm Tokyo * 9:30am-10:30am India Yes, you heard right, any questions!
-
Great developer resources from RedMonk
RedMonk analysts are now following Solace. They also have great events and content for developers, such as: * RedMonk SlackChat: 2020 Virtual Events * The RedMonk Programming Language Rankings: January 2020 You can find more research papers, videos, podcasts, and data stories from their website. Hope this information…
-
How to capture com.solacesystems.jcsmp.JCSMPErrorResponseException: 503
Hello I am using com.solacesystems.jms.SolConnection to create a connection to my cloud example. When I disable the mssage VPN, I get the following error in the wrapper log: TcpClientChannel 09Jun2020 20:43:36 Connection attempt failed to host 'xxxxxxx.messaging.solace.cloud' ReconnectException ((Client name: xxxxxx Local…
-
Solace JMS Queue and Azure Service Bus
Wondering if anybody has any examples/suggestions on connecting up to a Solace JMS queue with MS Azure services. A partner organizations uses Solace JMS queues. Would like to consume with an Azure service. Looking to leverage potentially Azure Service Bus possibly to consume. Anybody implemented this Use Case before? Or…
-
Implement in a chat app
hi all, where do I start if I want to implement PubSub+ in a chat app I'm building?
-
What is Solace topic sequence ? Any use case example ?
What is Solace topic sequence ? Any use case example ? Why someone should use it !
-
Immediate application shutdown after succesful start
Hi ! I have the following problem and no clue why the application behaves as described: I created a spring boot cloud stream application with gradle or maven (same behaviour) and added a subscription to a durable queue for consuming messages send to the topic. The application starts succesful but is followed by an…
-
Browsing the Event logs
Hi , I am using below command to browse the event logs with one string, What is the syntax for multiple strings? show log event lines 200 find "q/Product"
-
container startup exception
Booting up solace container on openshift. Getting this error. Where is it trying to write to ? Trying to track down permission denied error here.. /usr/sw/data <- is writeable by container user id (it's mounted in container as emptyVolume) Starting solace process2020-05-15T11:51:15.237+00:00 <local0.info>…