Solace Community is getting a facelift!
On March 3rd we will be starting the process of migrating Solace Community to a new platform. As a result, Solace Community will go in to a temporary read-only state. You will still be able to come onto Solace Community and search through posts to find answers, but you won't be able to ask questions, post comments, or react in any way.
We hope to have the migration complete by Wednesday March 5th (or sooner), so please keep an eye out!
Solace Client metrics to scaling my application

Hello guys,
I'm migrating from RabbitMQ to Solace, there's a feature important in my spring boot applications with the rabbitmq client about metrics. We are using the metric `rabbitmq.consumed` to find the rate of consumed messages per second and scaling horizontally after a certain threshold.
I'm able to get this metric because the rabbit client delivers it for me as you can see here: https://blog.rabbitmq.com/posts/2016/11/metrics-support-in-rabbitmq-java-client-4-0/
That said, my question is: The solace client for java (sol-jcsmp) already delivers its metrics? If not, How I can have this metric?
Answers
-
Hi @murillocg,
It looks like your question was answered over on github: https://github.com/SolaceProducts/solace-spring-boot/issues/76
0