Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 74546 invoked from network); 18 May 2006 21:34:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 May 2006 21:34:23 -0000 Received: (qmail 20932 invoked by uid 500); 18 May 2006 21:34:22 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 20911 invoked by uid 500); 18 May 2006 21:34:22 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 20892 invoked by uid 99); 18 May 2006 21:34:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 14:34:22 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2006 14:34:21 -0700 Received: from localhost ([127.0.0.1] helo=talk.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Fgq88-0007E2-3f for activemq-users@geronimo.apache.org; Thu, 18 May 2006 14:34:00 -0700 Message-ID: <4459308.post@talk.nabble.com> Date: Thu, 18 May 2006 14:34:00 -0700 (PDT) From: bradtwurst To: activemq-users@geronimo.apache.org Subject: Java/dotNet inter-op question MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: nabble.x.bradtwurst@xoxy.net X-Nabble-From: bradtwurst X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I am trying to get JMS messaging working across Java and dotNet using openWire. I can successfully send a message from dotNet and receive it in dotNet and I can successfully send a message from java and receive it in java. But when I try to go across platforms, they payload is not correct. A message from java to dotNet (activeMq Text Message) does not have any value in the .Text property. A message from dotNet to java throws an out of memory exception when I attempt to retrieve the message's getText value ("Unable to display message: Java heap space"). This message also appears in Hermes if I am watching the queue. Does anyone have any suggestions that I can try? I am using incubator-4.0 activemq from dated May 8th and the dotNet code is the latest from SVN repos. Thanks, James -- View this message in context: http://www.nabble.com/Java-dotNet-inter-op-question-t1646386.html#a4459308 Sent from the ActiveMQ - User forum at Nabble.com.