-
Bug
-
Resolution: Done
-
Major
-
7.0.0.DR12
-
None
long timeout = System.currentTimeMillis() + 5000; // I want the buffer full to make sure there are pending messages on the server's side while (System.currentTimeMillis() < timeout && cons.getBufferSize() < 1000 && cons2.getBufferSize() < 1000) { System.out.println("cons1 buffer = " + cons.getBufferSize() + ", cons2 buffer = " + cons2.getBufferSize()); Thread.sleep(100); }
On slower machines the 5 seconds timeout is too short.
- blocks
-
JBEAP-2574 Stabilization of ActiveMQ Artemis upstream test suite
- Closed
- is blocked by
-
JBEAP-3293 Upgrade Artemis to 1.1.0.wildfly-013
- Closed
-
JBEAP-2499 Upgrade Artemis to 1.1.0.wildfly-011
- Closed
- is related to
-
ARTEMIS-287 Loading...