solace-spring-cloud
solace-spring-cloud copied to clipboard
An umbrella project containing all Solace projects for Spring Cloud
The actual version of the solace-spring-cloud-bom 2.5.0 contains spring-cloud-function-context 3.2.9 which contains a System.out.print. Could you provide a version where the version 3.2.10 of spring-cloud-function-context is referenced, there the problem...
**Request for docs update:** The batch consumer section could use some updates regarding acknowledgment. Few pointers: 1) Throwing an exception would leave the messages unacknowledged and the messages would remain...
Actually, I can't access the object `JCSMPSession` used in your Solace Binder for Spring Cloud Streams. Do you have some examples using the `JCSMPSession` object in a custom class in...
**Request for docs update:** The following properties could use an explanation of the effect of not setting values (and a default null is assumed). Also any minimum value supported by...
If the queue is already existing but the user is not allowed to consume the queue. I get an error like this: ``` Caused by: com.solacesystems.jcsmp.JCSMPErrorResponseException: 403: Permission Not Allowed...
I was working on the DLQ functionality came across a problem where when i siphoned the message from DLQ i was not able to figure out why the exception was...
The Spring Cloud Stream Starter docs tell you to use the static variable values for specifying things like `queueAccessType`, but you can't actually use those (such as EndpointProperties.ACCESSTYPE_NONEXCLUSIVE) in the...
Today the binder only sends publisher errors to error channels. We should consider adding other error handling e.g. maybe adding error queue support? > https://github.com/SolaceProducts/solace-spring-cloud/issues/34#issuecomment-721854525 > Also I think we...
It would be nice if the Solace Binder offered **replay capabilities**. The whole thing could be configured per consumer and, for example, offer a "beginning, date or none(Default) " mode,...
The solace cloud stream binder doesn't seem to respect a kill request prior to being connected. This is not ideal when developing in an IDE (This happens in eclipse and...