-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
Interactive Demo/Tutorial
-
Example fails on RHEL6, on both openJDK and Oracle Java 1.8. This example runs OK on RHEL7, on any Java.
Caused by: javax.jms.JMSException: AMQ119014: Timed out after waiting 30,000 ms for response when sending packet 43 at org.apache.activemq.artemis.core.protocol.core.impl.ChannelImpl.sendBlocking(ChannelImpl.java:401) at org.apache.activemq.artemis.core.protocol.core.impl.ChannelImpl.sendBlocking(ChannelImpl.java:307) at org.apache.activemq.artemis.core.protocol.core.impl.ActiveMQSessionContext.simpleCommit(ActiveMQSessionContext.java:309) at org.apache.activemq.artemis.core.client.impl.ClientSessionImpl.commit(ClientSessionImpl.java:512) at org.apache.activemq.artemis.jms.client.ActiveMQSession.commit(ActiveMQSession.java:214) at org.apache.activemq.artemis.jms.example.ReplicatedTransactionFailoverExample.main(ReplicatedTransactionFailoverExample.java:86) ... 28 more Caused by: ActiveMQConnectionTimedOutException[errorType=CONNECTION_TIMEDOUT message=AMQ119014: Timed out after waiting 30,000 ms for response when sending packet 43] ... 34 more [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ----------------