As far as I know Spring Integration has out of the box JMX support. What documentation says is that I can obtain numerous statistics regarding channels, routers, etc.
I have the following configuration added to Spring context file:
<context:mbean-server />
<context:mbean-export/>
However, only one element has been auto detected for JMX exposure. It is a simple delayer. I have multiple flows defined and no more elements are exposed through JMX. I have no clue what is wrong.
Are there any other configuration changes I need to make?
Thank you for any help.