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