-
Set Timeout when Solace is not responding
Hi, Our application uses Solace for publishing messages. The code looks like this - topicSession = topicConnection.createTopicSession(false, Session.AUTO_ACKNOWLEDGE); TopicPublisher topicPublisher = topicSession.createPublisher(myTopic); topicPublisher.publish(textMessage); Our application couldn't connect to the solace…
-
[Weekly Quizzicles] The process of exposing APIs in a legacy application makes it event driven.
-
Solace Community Lightning Talk 2.0 is here! 🎉
Back at it again Hey Solace Community! We are back again with round ✌️ of our Solace Community Lightning Talks. Back by popular demand, this time we will be hosting our lightning talks event in August 2021 (stay tuned for more details) and we'll be highlighting members of our community and their cool projects What is it?…
-
Comparing Kafka and Solace PubSub+ Event Brokers
We get queries quite a bit asking for a comparison of Solace Event Brokers vs. Kafka and when to use each or both. I figured it might be useful to create a post in the community that aggregates a bunch of resources that might be useful in one place. 👉 Please Comment Below if you find any useful resources that I'm missing…
-
About changing sol-jms version in solace-jms-spring-boot-starter 4.1.0
Hello, Due to some reasons, I need to use sol-jms 10.11. However, I want to use solace-jms-spring-boot-starter for my project but the latest version of the starter (4.1.0) is using sol-jms 10.8.1. I want to change the sol-jms version by: <dependency> <groupId>com.solace.spring.boot</groupId>…
-
[Weekly Quizzicles] Replay log also stores messages that are promoted persistent.
-
Solace Pub Sub vs AWS Active MQ
Need to explore and understand which is more efficient : Solace Pub Sub or AWS Active MQ for Enterprise Systems Use Case : Legacy system deals with Apache MQ/ Rabbit MQ on premise. Idea is to migrate the same to cloud. But need to have clarity on higher level which is better and why -- considering future growth of the…
-
Solace Developer Spotlight: D Rajesh Kumar (aka rajeshdns)
Hometown: Dhone (a small town in Andhra Pradesh), India Live in: Helsinki, Finland (recently moved from Bangalore, India because of work) Years of being a developer/architect: 16 Technical competencies: MuleSoft, Java/J2ee, Cloud Computing (Azure , AWS). How did you start as a developer? I started my career with Jamcracker…
-
Open APIs - streaming : which to use??
Hi all, Looking for some opinions here!! When exposing a request/reply style interface, REST-over-HTTP is the defacto standard for applications, especially web and cloud apps. GraphQL and gRPC are gaining ground. But if you wanted to expose an asynchronous / streaming service (e.g. to publish temperature updates, bus…
-
Solace learning reference list for newbies
As part of my own learning when I joined Solace few months back, I collected all references available and utilized them as a ready reckoner - code, lab, tutorial and reading. Sharing it, hoping that new members could benefit. Solace - GitHub Solace Products Solace Samples Solace Labs References Solace Community References…
-
History shapes the Future – but EVENTS stitches the two
Source: Gartner “Stream Processing: The New Data Processing Paradigm” 9 April 2019, Sumit Pal A real-time data (aka event) would eventually become stale, historical data. Is there more to gain from Events than the historical data? I think so! My thought on Events and the influence they wield in the modern systems' design –…
-
Solace on Apache Beam with Java 2.25+ (SDF issue)
Is there anybody using Solace with Apache Beam (non-Dataflow) with SDK 2.25 or later? It seems that there are some issues with how the new SDF Read interacts with Solace.
-
spring cloud stream, queue provisioning
@marc HI Mark I am setting so many properties repeatedly can you please help me how can i set most of them default testQueue: producer: provisionDurableQueue: false queueNamePrefix: null useFamiliarityInQueueName: false useDestinationEncodingInQueueName: false autoBindErrorQueue: true consumer: provisionErrorQueue: false…
-
How can we publish Blog in Solace Community
How can we publish Blog in Solace Community
-
[Weekly Quizzicles] An event broker is the only thing you need to implement EDA.
-
Batch Mode Support on Spring Cloud Stream Solace Binder
We have an use case where in we need the consumer to receive a batch of messages and process them together as a unit and post it to an outbound topic. We want the batch to be acknowledged as a whole once the processing of batch is completed by the consumer. In spring cloud kafka binder we have a "batch-mode" functionality…
-
Spring cloud stream
Hi Guys Can you please let me know what is causing the issue, Commenting the logs, also what are the dependency required spring boot, spring cloud, gradle to use solace 2 and above version.
-
Golang API for Solace
Hi Team, I was going through the GIT Link https://github.com/SolaceSamples and I couldn't find the Golang API for connecting to Solace. We have already used Spring boot but now we need to use Golang. Is there any plan to release the API soon? Thanks, Namrata
-
[Weekly Quizzicles] What new features does Solace PubSub+ Messaging API for Python 1.1.0 include?
-
Spring Cloud Stream Solace - Sticky Load Balancing Implementation
Can any one please help me with a sample implementation of sticky load balancing with spring cloud stream solace. My use case is account transaction information are posted to a solace topic to 6 different partitions. There will be consumer(s) reading from these partitions. Initially there will be 1 consumer which is hosted…
-
Books on Solace (Pubsub+)
Is there any book reelased on Solace (Pubsub+) ? Or any online Tutorals for Architect and Developers ?
-
[Poll] How do you start your day?