-
Notifications
You must be signed in to change notification settings - Fork 11
java.io.EOFException when benchmarking ActiveMQ 5.9 #11
Description
When benchmarking the latest ActiveMQ 5.9 RC, i get multiple java.io.EOFException on the stomp-benchmark side and nothing in the ActiveMQ logs.
Here is the stack trace:
java.io.EOFException: Peer disconnected
at org.fusesource.hawtdispatch.transport.AbstractProtocolCodec.read(AbstractProtocolCodec.java:331)
at org.fusesource.hawtdispatch.transport.TcpTransport.drainInbound(TcpTransport.java:657)
at org.fusesource.hawtdispatch.transport.TcpTransport$6.run(TcpTransport.java:538)
at org.fusesource.hawtdispatch.internal.NioDispatchSource$3.run(NioDispatchSource.java:226)
at org.fusesource.hawtdispatch.internal.SerialDispatchQueue.run(SerialDispatchQueue.java:96)
at org.fusesource.hawtdispatch.internal.pool.SimpleThread.run(SimpleThread.java:77)
If the exception is harmless, it should be caught...