JIRA: https://jira.spring.io/browse/INT-3502 For some use-cases it is really useful to filter `@MessagingGateway` components as any other `@ComponentScan` capable. * Add `useDefaultFilters()`, `includeFilters()` and `excludeFilters()` to the `@IntegrationComponentScan` * Modify `GatewayInterfaceTests` to reflect changes and be sure that logic is applied properly