Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B3C5697E2 for ; Wed, 6 Mar 2013 00:27:24 +0000 (UTC) Received: (qmail 10046 invoked by uid 500); 6 Mar 2013 00:27:24 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 10021 invoked by uid 500); 6 Mar 2013 00:27:24 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 10013 invoked by uid 99); 6 Mar 2013 00:27:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Mar 2013 00:27:24 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.250.139 is neither permitted nor denied by domain of jdev.hari@gmail.com) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Mar 2013 00:27:20 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UD2CB-0007MK-NA for users@activemq.apache.org; Tue, 05 Mar 2013 16:26:59 -0800 Date: Tue, 5 Mar 2013 16:26:59 -0800 (PST) From: "jdev.hari" To: users@activemq.apache.org Message-ID: <1362529619701-4664410.post@n4.nabble.com> Subject: java.io.IOException: Frame size Error MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am developing a spring based web application and I configured a jms listener as follows I am getting the error 2013-03-05 18:01:27,437 [ActiveMQ Connection Executor: tcp://somserverip/10.5.182.24:8161] org.springframework.jms.connection.SingleConnectionFactory.onException(SingleConnectionFactory.java:301) WARN : Encountered a JMSException - resetting the underlying JMS Connection javax.jms.JMSException: Frame size of 1157 MB larger than max allowed 100 MB at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49) at org.apache.activemq.ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1934) at org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:1951) at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:101) at org.apache.activemq.transport.ResponseCorrelator.onException(ResponseCorrelator.java:126) at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:101) at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:101) at org.apache.activemq.transport.WireFormatNegotiator.onException(WireFormatNegotiator.java:160) at org.apache.activemq.transport.AbstractInactivityMonitor.onException(AbstractInactivityMonitor.java:268) at org.apache.activemq.transport.TransportSupport.onException(TransportSupport.java:96) at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:208) at java.lang.Thread.run(Thread.java:662) Caused by: java.io.IOException: Frame size of 1157 MB larger than max allowed 100 MB at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:277) at org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:229) at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:221) at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:204) I can confirm that I just put a string in the queue using Activemq console. Any ideas. Thanks, -- View this message in context: http://activemq.2283324.n4.nabble.com/java-io-IOException-Frame-size-Error-tp4664410.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.