Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-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 A6493FC84 for ; Wed, 27 Mar 2013 10:50:25 +0000 (UTC) Received: (qmail 10653 invoked by uid 500); 27 Mar 2013 10:50:25 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 10484 invoked by uid 500); 27 Mar 2013 10:50:25 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 10461 invoked by uid 99); 27 Mar 2013 10:50:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Mar 2013 10:50: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 (nike.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Mar 2013 10:50:18 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UKnvX-0000Io-Gu for users@camel.apache.org; Wed, 27 Mar 2013 03:49:55 -0700 Date: Wed, 27 Mar 2013 03:49:55 -0700 (PDT) From: yogu13 To: users@camel.apache.org Message-ID: <1364381395513-5729920.post@n5.nabble.com> In-Reply-To: References: <1364371571787-5729904.post@n5.nabble.com> <1364379436492-5729914.post@n5.nabble.com> Subject: Re: using Camel-Servlet component to consume application/xml message MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello Claus, We are converting the text message into bytes because an issue with ActiveMQ... ActiveMQ text message have a restriction on payload size shouldnt be greater than 64K as they use the API DataOutputStream.writeUTF8 which has this restriction. I have logged it on to their forums but not much help there :( the link for the same is -> http://activemq.2283324.n4.nabble.com/ActiveMQ-5-8-0-Issue-with-HTTP-Connector-td4664876.html Let me check with tracer and see i am able to zero down on the isssue here.. Thanks for the pointers claus.. Appreciate it.. Regards. -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/using-Camel-Servlet-component-to-consume-text-xml-message-tp5729904p5729920.html Sent from the Camel - Users mailing list archive at Nabble.com.