Hi ,I am sending multiple text messages in a loop which sends around 5000 test messages one by one.After sometime the active MQ drops few messages by throwing the below error.It does not process all the messages and few messages were not processed due to the following error.Please someone can help me to resolve this ?Error Log :==========2015-07-08 11:51:51,926 ERROR [STDERR] (ActiveMQ Transport: tcp:///127.0.0.1:62765) Exception in thread "ActiveMQ Transport: tcp:///127.0.0.1:62765" 2015-07-08 11:51:51,926 ERROR [STDERR] (ActiveMQ Transport: tcp:///127.0.0.1:62765) java.lang.ArrayIndexOutOfBoundsException: -240642015-07-08 11:51:51,928 ERROR [STDERR] (ActiveMQ Transport: tcp:///127.0.0.1:62765) at org.apache.activemq.openwire.OpenWireFormat.getFromUnmarshallCache(OpenWireFormat.java:542)2015-07-08 11:51:51,934 ERROR [STDERR] (ActiveMQ Transport: tcp:///127.0.0.1:62765) at org.apache.activemq.openwire.v3.BaseDataStreamMarshaller.tightUnmarsalCachedObject(BaseDataStreamMarshaller.java:149)2015-07-08 11:51:51,934 ERROR [STDERR] (ActiveMQ Transport: tcp:///127.0.0.1:62765) at org.apache.activemq.openwire.v3.TransactionInfoMarshaller.tightUnmarshal(TransactionInfoMarshaller.java:71)2015-07-08 11:51:51,934 ERROR [STDERR] (ActiveMQ Transport: tcp:///127.0.0.1:62765) at org.apache.activemq.openwire.OpenWireFormat.doUnmarshal(OpenWireFormat.java:362)2015-07-08 11:51:51,934 ERROR [STDERR] (ActiveMQ Transport: tcp:///127.0.0.1:62765) at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:276)2015-07-08 11:51:51,935 ERROR [STDERR] (ActiveMQ Transport: tcp:///127.0.0.1:62765) at org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:203)2015-07-08 11:51:51,935 ERROR [STDERR] (ActiveMQ Transport: tcp:///127.0.0.1:62765) at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:195)2015-07-08 11:51:51,935 ERROR [STDERR] (ActiveMQ Transport: tcp:///127.0.0.1:62765) at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:183)2015-07-08 11:51:51,942 ERROR [STDERR] (ActiveMQ Transport: tcp:///127.0.0.1:62765) at java.lang.Thread.run(Thread.java:745)
-- View this message in context: http://activemq.2283324.n4.nabble.com/Active-MQ-Message-Processing-Failed-tp4698776.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.