-
Task
-
Resolution: Done
-
Major
-
None
-
None
We might send messages before the Emitter is connected.
Doing the following before sending on the Emitter should guard against this
while (!emitter.hasRequests()) { try { Thread.sleep(100); } catch (InterruptedException e) { } }
- is cloned by
-
WFLY-19825 Remove workaround for AMQP connection race condition
- Open