From users-return-24744-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Sun Aug 01 01:41:30 2010 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 91892 invoked from network); 1 Aug 2010 01:41:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Aug 2010 01:41:29 -0000 Received: (qmail 61403 invoked by uid 500); 1 Aug 2010 01:41:29 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 61363 invoked by uid 500); 1 Aug 2010 01:41:28 -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 61355 invoked by uid 99); 1 Aug 2010 01:41:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Aug 2010 01:41:28 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Aug 2010 01:41:22 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OfNXx-0000E5-6P for users@activemq.apache.org; Sat, 31 Jul 2010 18:41:01 -0700 Message-ID: <29316053.post@talk.nabble.com> Date: Sat, 31 Jul 2010 18:41:01 -0700 (PDT) From: faushouse To: users@activemq.apache.org Subject: ActiveMQ Stomp Client Error MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: leefaus@me.com X-Virus-Checked: Checked by ClamAV on apache.org Can someone shed some light into what this code is doing. I am trying to use Camel + ActiveMQ with HL7 MLLP messages. When the message comes in, I get this error in the debug logs. I have tried ActiveMQ 5.3.0 and just tested 5.4.0 snapshot. I get the same error. java.io.EOFException at java.io.DataInputStream.readByte(DataInputStream.java:250) at org.apache.activemq.transport.stomp.StompWireFormat.readLine(StompWireFormat.java:146) at org.apache.activemq.transport.stomp.StompWireFormat.parseAction(StompWireFormat.java:162) I have a logger statement in my code to see the actual message body makes it from MLLP, but when trying to put the message on the queue the error is thrown. Then on the Ruby side, the message.body length is 0 using the Stomp Gem. Any help is greatly appreciated. Lee -- View this message in context: http://old.nabble.com/ActiveMQ-Stomp-Client-Error-tp29316053p29316053.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.