Hi there,
I've tested this library with Apache ActiveMQ Artemis 1.1.0, and it works.
But if my process idles some time, it gets this exception:
background log: error: java.io.EOFException: Peer disconnected
background log: error: at org.fusesource.hawtdispatch.transport.AbstractProtocolCodec.read(AbstractProtocolCodec.java:331)
background log: error: at org.fusesource.hawtdispatch.transport.TcpTransport.drainInbound(TcpTransport.java:706)
background log: error: at org.fusesource.hawtdispatch.transport.TcpTransport$6.run(TcpTransport.java:588)
background log: error: at org.fusesource.hawtdispatch.internal.NioDispatchSource$3.run(NioDispatchSource.java:209)
background log: error: at org.fusesource.hawtdispatch.internal.SerialDispatchQueue.run(SerialDispatchQueue.java:100)
background log: error: at org.fusesource.hawtdispatch.internal.pool.SimpleThread.run(SimpleThread.java:77)
Maybe something makes a timeout (heart beat to slow?), which causes the server to disconnect this client? If I'm using factory.setDisconnectTimeout(...) it has no effect, but maybe I'm searching at the wrong place?
For comparison: On Apache Apollo the connections remains open.
Hi there,
I've tested this library with Apache ActiveMQ Artemis 1.1.0, and it works.
But if my process idles some time, it gets this exception:
Maybe something makes a timeout (heart beat to slow?), which causes the server to disconnect this client? If I'm using
factory.setDisconnectTimeout(...)it has no effect, but maybe I'm searching at the wrong place?For comparison: On Apache Apollo the connections remains open.