gnodet opened a new pull request, #24632: URL: https://github.com/apache/camel/pull/24632
## Summary Fix flaky `JmsAddAndRemoveRouteManagementIT` identified by [Develocity](https://develocity.apache.org). The test dynamically adds a JMS route, sends a message, then removes the route and verifies thread pool cleanup via JMX. On slow CI, both JMX registration and cleanup can take longer than the original 5s timeouts. Changes: - Increase Awaitility timeouts from 5s to 30s for JMX thread pool registration and cleanup checks - Set 30s result wait time on MockEndpoint - Wait for JMS consumer to actually subscribe before sending the test message ## Test plan - [x] Test passes locally with `mvn verify -pl components/camel-jms -Dtest=JmsAddAndRemoveRouteManagementIT -Dit.test=JmsAddAndRemoveRouteManagementIT` - [ ] CI passes _Claude Code on behalf of gnodet_ 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
