-
How do I non-destructively view a message payload of the most recent message in a queue?
I've come across this issue a few times recently. The two tools I've tried using are JMSToolbox and SDKPerf. I've found neither really have the documentation or resources to help with this. The problem I'm having is I have large queues and DMQs (some with 2M+ messages) and we are trying to determine the payloads of these…
-
how to increase link quota size
Hi Team, For clusters what are the steps to increase link quota size
-
Spring Cloud Stream | Solace connections
Hi All, I am running a microservice with Spring cloud stream The batch mode is true and batch size is 255. So does the service opens 255 connections to read the msg ? as i am seeing the window size is 255. which controls this window size of the solace queue.
-
Can we degrade solace version from 9.9 to solace version 9.6
Hi Team, Can we degrade solace version from 9.9 to solace version 9.6 Any impact?
-
Timestamp for oldest message on a queue
Is there some simple way to get the timestamp of the oldest message on given queue with semp? For example is the list of message in getMsgVpnQueueMsgs ordered (see below)? Or can it be? Obivously the broker knows what first first message to be poped on a given queues is.
-
Remote Bridge Limitation
Hi Everyone, Is there any limitation to add the remote bridges to the uni-directional bridges. I can able to add only 4 remote bridges after that getting the error "Quota Exhausted". Thanks in advance !!
-
how to configure to enable MQTT QoS1exchange in Solace
HI Dears, In this document https://docs.solace.com/API/MQTT/Using-MQTT.htm, we can enable QoS1-At least once delivery for MQTT, could you help to provide the details guideline how to configure QoS1 in solace for MQTT client? Thanks Lei
-
Solace Jav RTO Max Send Buff and Receive Buff
Hi, I am using Java RTO and I am not really clear with Max Receive Buffer Size and Max Send Buffer Size. Say if my Send Buffer size is 1024 bytes, does it mean Solace API waits and collates messages upto 1024 bytes and sends them together ? Similar question of the reveive Buffer Size.
-
C#.Net and the connection factory
Good day, I am trying to develop a service that will connect to an entity using the JMS functionality. The setup information provided by the vendor has a connection factory and jndi factory but I can't seem to find any reference to this in the tutorials for C#. I have found these references in the Java code bases. Is there…
-
Message Eliding maximum topics
Hi! I would like to understand a bit more on one of the settings Maximum Eliding Topics Per Client Connection. If I set this as 1 and subscribe to a hierarchy of a/b/c/> containing two topics a/b/c/d and a/b/c/e , will both my topics be tracked? Or will solace choose one of the topics randomly? In short, is this property…
-
Solace Pubsub+ Event Broker Operator is Now Available!
Solace Community, I am excited to announce that Solace has launched its own Kubernetes Operator a.k.a Solace Pubsub+ Event Broker Operator , Version 1.0.0 and it is available at https://github.com/SolaceProducts/pubsubplus-kubernetes-quickstart. Pubsub+ Event Broker Operator makes event broker deployment declarative in a…
-
StreamBridge null pointer with Spring 3
I try to get "spring-cloud-starter-stream-solace" version 3.0.0 with spring 3.1.0 running. But every time i use the "StreamBridge" i get this error message: 2023-06-01T14:38:25.602+0200 ERROR Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed:…