Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 22388 invoked from network); 8 Jun 2009 10:40:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jun 2009 10:40:43 -0000 Received: (qmail 61732 invoked by uid 500); 8 Jun 2009 10:40:54 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 61673 invoked by uid 500); 8 Jun 2009 10:40:54 -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 61663 invoked by uid 99); 8 Jun 2009 10:40:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jun 2009 10:40:54 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS 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; Mon, 08 Jun 2009 10:40:43 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MDcH8-0001Fr-9E for users@activemq.apache.org; Mon, 08 Jun 2009 03:40:22 -0700 Message-ID: <23921737.post@talk.nabble.com> Date: Mon, 8 Jun 2009 03:40:22 -0700 (PDT) From: david256 To: users@activemq.apache.org Subject: Re: Encoding proble when sending from c# producer In-Reply-To: <1244457114.29388.2.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_16528_10814271.1244457622277" X-Nabble-From: david@digitaltrowel.com References: <23912044.post@talk.nabble.com> <1244457114.29388.2.camel@localhost.localdomain> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_16528_10814271.1244457622277 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks for the reply I am using Spring.Messaging.Nms.Listener=20 Timothy Bish wrote: >=20 > On Sun, 2009-06-07 at 08:23 -0700, david256 wrote: >> Hi, >>=20 >> I am using activemq 5.2.0 which runs on an ubuntu machine with jdk6. >>=20 >> I have built a C# producer client which communicates via NMS with the >> broker. The C# producer runs on a vista machine. >>=20 >> I am using it to transfer text messages. >> All works well, but when the text contains a character from a group of >> chars, and I view it in the admin web app they appear as '?' for example= : >>=20 >> original text: "PATA=E2=80=99s Industry Council" >>=20 >> The text when it is consumed: "PATA?s Industry Council" >>=20 >> I debugged it, and examined the text before it is sent to the broker in >> the >> visual studio watches, and it looked perfect. When I examined the messag= e >> in >> the consumer it replaced the ' =E2=80=99 ' with ' ? ' >>=20 >> Does anyone has any hint as to why I get this encoding problem? >=20 > Its possible there's a bug in our string marshaling code. What client > are you consuming the Message with, Java? C#? etc? =20 >=20 > You should open a Jira issue for this and attach any small complete test > code you have to reproduce the problem. >=20 > Regards > Tim. >=20 > --=20 > Tim Bish > http://fusesource.com > http://timbish.blogspot.com/ >=20 >=20 >=20 >=20 >=20 --=20 View this message in context: http://www.nabble.com/Encoding-proble-when-se= nding-from-c--producer-tp23912044p23921737.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. ------=_Part_16528_10814271.1244457622277--