kulagaIA commented on code in PR #12580:
URL: https://github.com/apache/camel/pull/12580#discussion_r1435632013


##########
components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsTopicDurableSharedTest.java:
##########
@@ -42,6 +43,7 @@ void testDurableSharedTopic() throws Exception {
         mock2.expectedMessageCount(1);
         mock2.expectedBodiesReceived("Hello World");
 
+        artemisConsumersWereCreated.await(1000, TimeUnit.MILLISECONDS);

Review Comment:
   Yeah its the same as Thread.sleep if we dont poll artemis for the state of 
the consumers. Ok, I'll revert



-- 
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]

Reply via email to