Return-Path: Delivered-To: apmail-incubator-qpid-users-archive@locus.apache.org Received: (qmail 44147 invoked from network); 25 Oct 2007 00:01:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Oct 2007 00:01:47 -0000 Received: (qmail 71209 invoked by uid 500); 25 Oct 2007 00:01:34 -0000 Delivered-To: apmail-incubator-qpid-users-archive@incubator.apache.org Received: (qmail 71193 invoked by uid 500); 25 Oct 2007 00:01:34 -0000 Mailing-List: contact qpid-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: qpid-users@incubator.apache.org Delivered-To: mailing list qpid-users@incubator.apache.org Received: (qmail 71184 invoked by uid 99); 25 Oct 2007 00:01:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 17:01:34 -0700 X-ASF-Spam-Status: No, hits=-0.5 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cctrieloff@redhat.com designates 66.187.233.31 as permitted sender) Received: from [66.187.233.31] (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2007 00:01:36 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.1) with ESMTP id l9P01DxQ009769; Wed, 24 Oct 2007 20:01:13 -0400 Received: from mail.boston.redhat.com (mail.boston.redhat.com [172.16.76.12]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l9P01Dun026993; Wed, 24 Oct 2007 20:01:13 -0400 Received: from [10.13.248.113] (vpn-248-113.boston.redhat.com [10.13.248.113]) by mail.boston.redhat.com (8.13.1/8.13.1) with ESMTP id l9P01CDW020954; Wed, 24 Oct 2007 20:01:12 -0400 Message-ID: <471FDD77.1000603@redhat.com> Date: Wed, 24 Oct 2007 20:04:07 -0400 From: Carl Trieloff Reply-To: cctrieloff@redhat.com Organization: Red Hat User-Agent: Thunderbird 1.5.0.7 (X11/20060913) MIME-Version: 1.0 To: James Cooper CC: qpid-users@incubator.apache.org Subject: Re: Testing qpidd on Fedora 7 References: <5f7c81d70710241511q36774d42ubc68c0e7bd349526@mail.gmail.com> <471FD924.6080109@redhat.com> <5f7c81d70710241653q39d33c81pc39fd36c318947ba@mail.gmail.com> In-Reply-To: <5f7c81d70710241653q39d33c81pc39fd36c318947ba@mail.gmail.com> Content-Type: multipart/alternative; boundary="------------030806060900070809040606" X-Virus-Checked: Checked by ClamAV on apache.org --------------030806060900070809040606 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit ok, yes I see the issue.. it is different versions of the wire protocol. We build on every check-in. Builds that all the tests pass are posted at http://rhm.et.redhat.com/download/ If you pick up the packages with *-0.2-*.rpm the latest of cpp broker, cpp client, java client and python client will all work together. I'll get this pushed to yum repo. Let us know if you find any issues and so we can fix. Carl. James Cooper wrote: > Sure thing. My cursory testing today wasn't very fruitful, but that's > largely because I don't know what I'm doing! > > Not sure if this is useful info, but here's what I found: > > Server: qpidd - 0.2-5.fc7.i386 > Client: qpid-java-1.0-incubator-M1-bin-client > > Java code: > > public static void main(String argv) throws Exception { > // this blocks forever: > AMQConnection conn = new AMQConnection(" > amqp://guest:guest@client/test?brokerlist='tcp://turbo.bitmechanic.com:5672'"); > // We never get here: > System.out.println("Got connection!"); > } > > Output on Java side: > > main 2007-10-24 16:12:07,631 INFO [apache.qpid.client.AMQConnection] > Connection:amqp://guest:guest@client > /test?brokerlist='tcp://turbo.bitmechanic.com:5672' > main 2007-10-24 16:12:07,728 WARN > [qpid.client.transport.TransportConnection ] Using Mina NIO > main 2007-10-24 16:12:07,744 INFO > [qpid.client.transport.SocketTransportConnection] send-buffer-size = > 32768 > main 2007-10-24 16:12:07,744 INFO > [qpid.client.transport.SocketTransportConnection] recv-buffer-size = 32768 > main 2007-10-24 16:12:07,788 INFO > [qpid.client.transport.SocketTransportConnection] Attempting > connection to turbo.bitmechanic.com/209.40.199.163:5672 > > AnonymousIoService-3 2007-10-24 16:12:07,938 WARN > [apache.qpid.framing.AMQDataBlockDecoder] AMQDataBlockDecoder does not > handle frame type 9 > > Output on server side: > > [root@turbo log]# qpidd -t > WARNING: Persistence not enabled, no recovery of queues or messages. > Listening on port 5672... > INIT [0x98642c0] > SENT [0x98642c0]: Frame[channel=0; request(id=1,mark=0): > ConnectionStart: versionMajor=8; versionMinor=0; serverProperties={}; > mechanisms=PLAIN; locales=en_US] > > Not sure if the C++ broker and Java M1 client are designed to interop > at this point. That's sort of what it looks like -- some wire > protocol mismatch. > > any ideas? or is this just user error? > > -- James > > On 10/24/07, *Carl Trieloff* > wrote: > > > James, > > I expect we will be pushing an update soon.. If you want to help > do some > of the shake > down testing on the next release, shoot and I will see if I can get an > update pushed in > the next few days. > > Carl. > > > James Cooper wrote: > > Hi guys, > > > > Just stumbled on your project today. Looking for something a > bit easier for > > my SAs to install than ActiveMQ and wanted interop between > Python/Java. > > This could be the ticket. > > > > Looks like the users list is just getting spun up. > > > > First question: Is it productive for me to start doing some > testing against > > the qpidd that Fedora 7 ships with? I just did a naive "yum > install qpidd" > > and it fires up. Since you guys are moving pretty quickly I'm > not sure if > > reports I make about that build will be useful for you. > > > > Are there plans to release patch releases to the yum repository > servers? > > > > thanks, > > > > -- James > > > > > > --------------030806060900070809040606--