2016-06-07 13:02:40,688 | INFO | AmqpProvider | IdleTimeoutCheck closed the transport due to the peer exceeding our requested idle-timeout. 2016-06-07 13:02:40,699 | WARN | Driver | Exception running driver java.util.concurrent.ExecutionException: javax.jms.JMSException: Transport closed due to the peer exceeding our requested idle-timeout at java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.util.concurrent.FutureTask.get(FutureTask.java:192) at io.rhiot.spec.Driver.lambda$call$2(Driver.java:106) at java.util.ArrayList.forEach(ArrayList.java:1249) at io.rhiot.spec.Driver.call(Driver.java:104) at io.rhiot.spec.Driver.call(Driver.java:40) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: javax.jms.JMSException: Transport closed due to the peer exceeding our requested idle-timeout at org.apache.qpid.jms.exceptions.JmsExceptionSupport.create(JmsExceptionSupport.java:66) at org.apache.qpid.jms.exceptions.JmsExceptionSupport.create(JmsExceptionSupport.java:88) at org.apache.qpid.jms.JmsConnection.send(JmsConnection.java:634) at org.apache.qpid.jms.JmsConnection.send(JmsConnection.java:618) at org.apache.qpid.jms.JmsNoTxTransactionContext.send(JmsNoTxTransactionContext.java:37) at org.apache.qpid.jms.JmsSession.send(JmsSession.java:682) at org.apache.qpid.jms.JmsSession.send(JmsSession.java:618) at org.apache.qpid.jms.JmsMessageProducer.sendMessage(JmsMessageProducer.java:172) at org.apache.qpid.jms.JmsMessageProducer.send(JmsMessageProducer.java:148) at io.rhiot.spec.transport.QpidJMSTransport.publish(QpidJMSTransport.java:121) at io.rhiot.spec.transport.QpidJMSTransport.publish(QpidJMSTransport.java:126) at io.rhiot.spec.feature.TelemetryFeature.call(TelemetryFeature.java:50) at io.rhiot.spec.feature.TelemetryFeature.call(TelemetryFeature.java:26) ... 4 more Caused by: java.io.IOException: Transport closed due to the peer exceeding our requested idle-timeout at org.apache.qpid.jms.provider.amqp.AmqpProvider$IdleTimeoutCheck.run(AmqpProvider.java:1192) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) ... 3 more