-
Spring Cloud Stream - Confirming publication and Acknowledging Receipt
Hi I read the following as well as some of the guides which talks about publishing and the dispatch being async. All the examples refer to using a StreamBridge however, the same case occurs when an application is a 'processor', in which case we can't use the CorrelationData approach as described. Please correct me if I am…
-
Spring Cloud Stream | Batch | TPS | Tuning
In our micro service, we are using solace binder with SCS, during non-functional testing we found some differences in performance, Could you please help to understand. service - Processor is used. The TPS is approx 200 TPS. Function<Message<List<String>>, Collection<Message<SafeStoreObject>>> receiveMessage() The…
-
Does Solace spring cloud stream binder support messageSelector?
im trying to find a way to configure messageSelector for my SCS queue consumer to filter messgaes coming to my queue based on a specific header value (ex: eventName = 'productCreated'). please let me know if the current version of the Solace SCS binder supports it?. if yes, do share a sample. if no, any plans to support in…
-
Clarification on queue use-case
I have a publisher posting messages to various topics. I have no idea what applications are going to read from these topics. These are for example sales orders, so durable messages. I had the following in mind: create a queue and let subscribers read from that. However, to my understanding, the message queue can only be…
-
Solace CLI Commands in PubSub+ Cloud / Software Event Broker / Appliance
Are there any differences in terms of Solace CLI commands among PubSub+ Cloud / Software Event Broker / Appliance? I cannot find some commands mentioned in the help pages when I connect to CLI in PubSub+ Cloud? Thank you
-
Effortless Request-Reply Functionality for Spring Cloud Stream Binders
Simplify Request-Reply Communication with spring-boot-starter-request-reply Hello, Spring Boot developers and integration enthusiasts! We're pleased to announce the launch of the spring-boot-starter-request-reply, a new addition to the Spring Boot ecosystem. This starter aims to enhance communication capabilities in Spring…
-
Semantic conventions
Are there any semantic conventions recommendations for open telemetry attributes for solace such the recommendations for kafka. https://github.com/open-telemetry/semantic-conventions/blob/main/specification/messaging/kafka.md ?