pradeep85841 commented on PR #1631: URL: https://github.com/apache/activemq/pull/1631#issuecomment-3799452404
Thanks for the feedback! I’ve added broker.waitUntilStarted() after restarting the broker to avoid any race conditions. The test was added based on issues observed around VM transport behavior after broker restarts, and is intended to guard against regressions in that area. I’ve also added @Category(ParallelTest.class) since the test uses an isolated embedded broker and should be safe to run in parallel. I kept JmsTemplate for consistency with existing tests, but agree that moving to plain JMS would make sense in a follow-up if needed. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
