-
How frequent Solace release new features, Any Release cycle/notes dashboard link
How frequent Solace release new features, Any Release cycle/notes dashboard link
-
[Weekly Quizzicles] Currently, in how many ways can you initiate Message Replay on a queue?
-
[Weekly Quizzicles] The process of exposing APIs in a legacy application makes it event driven.
-
Taking Solace Essentials course. Attempting to do the Introduction section, but it doesn't work.
Taking Solace Essentials course. Attempting to do the Introduction section, but it doesn't work. Tried with both IE and Chrome.
-
[Weekly Quizzicles] What does Solace compression compress?
-
Spring cloud stream | Scaling
I just wanted to understand couple of things here.. * If i have 10 consumer configured then for each queue i see 10 consumer/subscription, that's going to be a lot no doubt because i have 50 queue and there will be like 50 *10 = 500 consumers and there are certain infra limitation within the organisation so i will reduce…
-
Metrics for Queue monitoring in Solace
Hello Team, We are trying to explore the APIs to get the metrics like TOTAL_MESSAGES_SENT, TOTAL_MESSAGES_RECEIVED ,etc for the queue. We have gone through the documentation and tried to use the packages (from solace.messaging.utils.manageable import ApiMetrics, Metric) mentioned in the documentation. We are trying to use…
-
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…
-
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.
-
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>…
-
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…
-
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…
-
[Weekly Quizzicles] Replay log also stores messages that are promoted persistent.
-
REST curl example not showing payload on Try-Me
I'm following the instructions at https://docs.solace.com/RESTMessagingPrtl/Solace-REST-Example.htm to use curl to publish to a topic: curl -i \ 'http://<ip>:9000/TOPIC/test' \ -X POST \ -H 'Authorization: Bearer (omitted)' \ -H 'Content-Type: text/plain' \ -H 'User-Agent: SolaceTest' \ -d 'Hello, World' On the Solace…
-
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…
-
EBAY: AsyncAPI 2.0: Enabling the Event-Driven World
I found this article pretty exciting and figured I'd share: AsyncAPI 2.0: Enabling the Event-Driven World Shekhar Banerjee, a principal architect at Ebay, talks about how they're adopting the use of AsyncAPI for their event-driven initiatives, how they're applying it to their microservices evolution, and even had a few…
-
How can we publish Blog in Solace Community
How can we publish Blog in Solace Community
-
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 –…
-
Books on Solace (Pubsub+)
Is there any book reelased on Solace (Pubsub+) ? Or any online Tutorals for Architect and Developers ?
-
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…
-
[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.
-
[Weekly Quizzicles] What new features does Solace PubSub+ Messaging API for Python 1.1.0 include?
-
[Poll] How do you start your day?
-
Solace Developer Spotlight: Nagaraju Kshathriya (aka NaGG)
Hometown: Chittoor, Awesome place in Andhra Pradesh, India Born and brought up in: Chittoor, India Years of being a developer: 4 Primary programming language(s): Little bit Python but most of the time, I’m into integration platforms and currently exploring MuleSoft as a developer/architect. How did you start as a…
-
Early Access is Now Available for the New Java API 🎉
Early Access is Now Available for the brand new "PubSub+ Messaging API for Java" 🎉 Solace Community members can find out more about the API in the "Early Access API" category here: https://solace.community/discussion/643/early-access-now-available-for-the-new-java-messaging-api
-
EDA Myths! What claims have you come across?
Howdy ya'll! EDA is one of the many topics I am passionate about and I am regularly involved with topics and conversations about it in the community. Just like any other domain, there are some claims and myths in EDA that people exchange every now and then. I wanted to start this conversation here to hear from you all:…
-
Solace spring cloud stream support
Couple of questions i have * Does solace has compress support for producer ? producer: compress: true * Does autoBindError Queue is supported only in consumer or producer ? * if i enable error-channel-enabled: true, is there a way to listen to all the error together in one channel, and i would be able to drop them back to…
-
Solace message compression
How can i check if the message is compressed?? Q1. if i connect solace session with the compressed port , then all messages send out would be compressed ?? Q2. if i connect solace session with normal port (no compression), can i manually set the compression level in solace session property instead ?? So that all messages…