From dev-return-16284-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Fri Aug 07 08:02:34 2009 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 76789 invoked from network); 7 Aug 2009 08:02:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Aug 2009 08:02:33 -0000 Received: (qmail 50258 invoked by uid 500); 7 Aug 2009 08:02:41 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 50188 invoked by uid 500); 7 Aug 2009 08:02:40 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 50178 invoked by uid 99); 7 Aug 2009 08:02:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2009 08:02:40 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [213.199.154.16] (HELO IE1EHSOBE005.bigfish.com) (213.199.154.16) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2009 08:02:29 +0000 Received: from mail155-dub-R.bigfish.com (10.5.252.3) by IE1EHSOBE005.bigfish.com (10.5.252.25) with Microsoft SMTP Server id 8.1.340.0; Fri, 7 Aug 2009 08:02:06 +0000 Received: from mail155-dub (localhost.localdomain [127.0.0.1]) by mail155-dub-R.bigfish.com (Postfix) with ESMTP id EFA0175009D for ; Fri, 7 Aug 2009 08:02:05 +0000 (UTC) X-SpamScore: 3 X-BigFish: VPS3(zzzz1202h1239izzz2dh6bh43j61h) X-Spam-TCS-SCL: 0:0 Received: by mail155-dub (MessageSwitch) id 1249632125377230_7347; Fri, 7 Aug 2009 08:02:05 +0000 (UCT) Received: from us-voo-smtp04.internal.sungard.corp (unknown [216.83.166.45]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail155-dub.bigfish.com (Postfix) with ESMTP id 13967448055 for ; Fri, 7 Aug 2009 08:02:04 +0000 (UTC) Received: from us-voo-smtp12.internal.sungard.corp ([168.162.128.54]) by us-voo-smtp04.internal.sungard.corp with Microsoft SMTPSVC(6.0.3790.3959); Fri, 7 Aug 2009 04:01:57 -0400 Received: from VOO-EXCHANGE05.internal.sungard.corp ([168.162.128.74]) by us-voo-smtp12.internal.sungard.corp with Microsoft SMTPSVC(6.0.3790.3959); Fri, 7 Aug 2009 04:01:57 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CA1735.554C15EB" Subject: WireFormat information Date: Fri, 7 Aug 2009 04:01:54 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: WireFormat information Thread-Index: AcoXNVQD1MOa6IEvTOSza7DF6Bv8vQ== From: To: X-OriginalArrivalTime: 07 Aug 2009 08:01:57.0271 (UTC) FILETIME=[55BE2270:01CA1735] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01CA1735.554C15EB Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, =20 ActiveMQ does send the following message=20 =20 "SENDING: WireFormatInfo { version=3D3, properties=3D{TightEncodingEnabled=3Dtrue, CacheSize=3D1024, TcpNoDelayEnabled=3Dtrue, SizePrefixDisabled=3Dfalse, StackTraceEnabled=3Dtrue, MaxInactivityDurationInitalDelay=3D10000, MaxInactivityDuration=3D30000, CacheEnabled=3Dtrue}, magic=3D[A,c,t,i,v,e,M,Q]} " To some TCP socket..and it successfully receives the response back on my local machine. But on Linux machine it doesn't get so and then it throws exception. =20 Can you please comment what is wrong here? =20 ------_=_NextPart_001_01CA1735.554C15EB--