I configured my SI project to use JMX. It gives me control of the endpoints and various components of my SI beans which I like.
Looking at the application running in JConsole, I notice that there are no notifications anywhere.

I even configured my int-mail IMAP incoming channel adapter to an error condition (can't connect), and I didn't see any error or notifications of the problem on the endpoint though JMX. Is there something else to do?

All I added to my config is:

<int-jmx:mbean-export default-domain="IMAPIDLE AMQP Connector" server="mbeanServer"/>

<bean id="mbeanServer" class="org.springframework.jmx.support.MBeanServer FactoryBean">
<property name="locateExistingServerIfPossible" value="true"/>
</bean>