-
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…
-
Questions on sdkperf
I have some questions on the sdkperf latency result. 1) Why 95th, 99th percentile latency is N/A ? 2) How does the bucket size affect the latency measurement? 3) How does sdkperf calculates Minimum and Average Latency for subs? Is the time based on the data packet travel from client to message broker and back?
-
Solace PubSub+ broker / Informatica Cloud Integration over AMQP
Hi community members I created this integration to assist one of our customers with their use case to integrate to Informatica cloud to a Solace PubSub+ broker over the protocol AMQP. Overview: The steps are briefly as follows: Setup SDKPerf-jmsamq on your local computer. Setup a cloud Solace PubSub+ broker with a…
-
Using sdk_perf to generate 1 million unique topics
I needed to do a test to generate messages with 1 million unique topics. Initially, I thought of writing a simple application that did this but then discovered that the free to download sdk_perf utility gives you this flexibility with the following parameters -ptc=1000000 -ptp=topic/prefix/ This will generate incrementing…