Thanks All for answers!
But I have an error "org.springframework.jmx.access.InvalidInvocationException" while accessing to @Autowired private MessageChannelMetrics attribute...
Type: Posts; User: llamer; Keyword(s):
Thanks All for answers!
But I have an error "org.springframework.jmx.access.InvalidInvocationException" while accessing to @Autowired private MessageChannelMetrics attribute...
Hi Guys,
I need to check channel's statistics (for example timeSinceLastSend attribute)
I've added jmx to my project and now i can view channel's metrics via Java VisualVM
But could you tell me...