Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 16525 invoked from network); 5 May 2006 09:47:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 May 2006 09:47:29 -0000 Received: (qmail 61878 invoked by uid 500); 5 May 2006 09:47:28 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 61859 invoked by uid 500); 5 May 2006 09:47:28 -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 61850 invoked by uid 99); 5 May 2006 09:47:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 May 2006 02:47:28 -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; Fri, 05 May 2006 02:47:27 -0700 Received: from localhost ([127.0.0.1] helo=talk.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Fbwpn-00087d-Ek for activemq-users@geronimo.apache.org; Fri, 05 May 2006 02:42:51 -0700 Message-ID: <4244260.post@talk.nabble.com> Date: Fri, 5 May 2006 02:42:51 -0700 (PDT) From: PHW To: activemq-users@geronimo.apache.org Subject: ActiveMQ and C#.NET (again) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: peter.walls@traderteam.co.uk X-Nabble-From: PHW X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N All, I am testing ActiveMQ for use in a mixed Java and C# environment. I have been able (with help) to send messages using a Java producer and a C# consumer using the Openwire dotNet client. Unfortunately after a while the C# consumer breaks down with ERROR: Transport Exception: System.IO.IOException: Unknown data type: 51 at ActiveMQ.OpenWire.OpenWireFormat.LooseUnmarshalNestedObject(BinaryReader d is) in C:\Documents and Settings\peter.walls\My Documents\activemq-dotnet\src\ma in\csharp\ActiveMQ\OpenWire\OpenWireFormat.cs:line 267 (complete error given below) I am using the latest checkout of the dotNet client, compiled is VS2005 and incubator-activemq dated 5/4/06. They are running on (different) W2K machines. I have tried durable and non-durable messages and I am using asynchronous message receipt. Has anyone else seen these problems? Is there a HOW-TO on the dotNet client that I have missed? Thanks, Peter --- Full error ERROR: Transport Exception: System.IO.IOException: Unknown data type: 51 at ActiveMQ.OpenWire.OpenWireFormat.LooseUnmarshalNestedObject(BinaryReader d is) in C:\Documents and Settings\peter.walls\My Documents\activemq-dotnet\src\ma in\csharp\ActiveMQ\OpenWire\OpenWireFormat.cs:line 267 at ActiveMQ.OpenWire.BaseDataStreamMarshaller.LooseUnmarshalCachedObject(Open WireFormat wireFormat, BinaryReader dataIn) in C:\Documents and Settings\peter.w alls\My Documents\activemq-dotnet\src\main\csharp\ActiveMQ\OpenWire\BaseDataStre amMarshaller.cs:line 521 at ActiveMQ.OpenWire.V1.MessageMarshaller.LooseUnmarshal(OpenWireFormat wireF ormat, Object o, BinaryReader dataIn) in C:\Documents and Settings\peter.walls\M y Documents\activemq-dotnet\src\main\csharp\ActiveMQ\OpenWire\V1\MessageMarshall er.cs:line 172 at ActiveMQ.OpenWire.V1.ActiveMQMessageMarshaller.LooseUnmarshal(OpenWireForm at wireFormat, Object o, BinaryReader dataIn) in C:\Documents and Settings\peter .walls\My Documents\activemq-dotnet\src\main\csharp\ActiveMQ\OpenWire\V1\ActiveM QMessageMarshaller.cs:line 97 at ActiveMQ.OpenWire.V1.ActiveMQTextMessageMarshaller.LooseUnmarshal(OpenWire Format wireFormat, Object o, BinaryReader dataIn) in C:\Documents and Settings\p eter.walls\My Documents\activemq-dotnet\src\main\csharp\ActiveMQ\OpenWire\V1\Act iveMQTextMessageMarshaller.cs:line 84 at ActiveMQ.OpenWire.OpenWireFormat.LooseUnmarshalNestedObject(BinaryReader d is) in C:\Documents and Settings\peter.walls\My Documents\activemq-dotnet\src\ma in\csharp\ActiveMQ\OpenWire\OpenWireFormat.cs:line 269 at ActiveMQ.OpenWire.BaseDataStreamMarshaller.LooseUnmarshalNestedObject(Open WireFormat wireFormat, BinaryReader dataIn) in C:\Documents and Settings\peter.w alls\My Documents\activemq-dotnet\src\main\csharp\ActiveMQ\OpenWire\BaseDataStre amMarshaller.cs:line 491 at ActiveMQ.OpenWire.V1.MessageDispatchMarshaller.LooseUnmarshal(OpenWireForm at wireFormat, Object o, BinaryReader dataIn) in C:\Documents and Settings\peter .walls\My Documents\activemq-dotnet\src\main\csharp\ActiveMQ\OpenWire\V1\Message DispatchMarshaller.cs:line 104 at ActiveMQ.OpenWire.OpenWireFormat.Unmarshal(BinaryReader dis) in C:\Documen ts and Settings\peter.walls\My Documents\activemq-dotnet\src\main\csharp\ActiveM Q\OpenWire\OpenWireFormat.cs:line 145 at ActiveMQ.Transport.Tcp.TcpTransport.ReadLoop() in C:\Documents and Setting s\peter.walls\My Documents\activemq-dotnet\src\main\csharp\ActiveMQ\Transport\Tc p\TcpTransport.cs:line 117 -- View this message in context: http://www.nabble.com/ActiveMQ-and-C-.NET-%28again%29-t1562855.html#a4244260 Sent from the ActiveMQ - User forum at Nabble.com.