Operations on QueueChannel (clear, getQueueSize etc) are not available when the IntegrationMBeanExporter is configured because they are not declared on the PollableChannel interface. Add an additional interface QueueChannelOperations. The proxy proxies all interfaces so users can cast the proxy to QueueChannelOperations to use its methods.