Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 21435 invoked from network); 25 Aug 2010 14:30:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Aug 2010 14:30:09 -0000 Received: (qmail 49222 invoked by uid 500); 25 Aug 2010 14:30:08 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 49126 invoked by uid 500); 25 Aug 2010 14:30:07 -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 49116 invoked by uid 99); 25 Aug 2010 14:30:07 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 14:30:06 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of james.mk.green@gmail.com designates 209.85.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vw0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 14:29:44 +0000 Received: by vws8 with SMTP id 8so799928vws.2 for ; Wed, 25 Aug 2010 07:29:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=bWH1pGb0JQ12oOYhgfVp/rwjDyQEZbpl4fS2uaOe3M4=; b=nsfZqUgq6J5Hi7AizpKYk83arKCAQhobbs/glkVkAvF7NA8wt6+PNCzSl0osMxaNAO gvG+e9Be6svITv4nppjY6XIqR7S3577+Hk7jP1FwoPRK8W9uOBOmE4H0OmklaCZUoAms 9Kh+fyQ3NEEoQnAynpeZgr+r5nl7bm7dvsRKY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=jSkhrf8023MGhN2LZuua4Qce+y5l4dXWgBdcl3jEExdymJ0rQgyJ4CZaXlfH5ztHX0 Vq68Bi+kaWVf4Fu+HgsDMKFc25H1GvaECpKps0GFbKBNTnpzEE/zJRgA7KksC9Q0dxyQ dUQgPSLQnkqmAM4KG6BWS/0a64dRwqBI7TKiY= MIME-Version: 1.0 Received: by 10.220.179.7 with SMTP id bo7mr4039954vcb.2.1282746558301; Wed, 25 Aug 2010 07:29:18 -0700 (PDT) Received: by 10.220.193.197 with HTTP; Wed, 25 Aug 2010 07:29:18 -0700 (PDT) In-Reply-To: References: Date: Wed, 25 Aug 2010 15:29:18 +0100 Message-ID: Subject: Re: Cryptic error time! From: James Green To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I've created issue #2879 but I could use some help narrowing down what I need to look for. I don't even know for instance if this is triggered by a particular topic or queue. Similarly if I were to open junit I'm not sure what I'd be testing for at present. James On 25 August 2010 14:48, Gary Tully wrote: > yea, it looks like it warrants an issue. Have a look at the java stomp > tests, that use a trivial java stomp client. > > org.apache.activemq.transport.stomp.StompTest in activemq-core for > some inspiration for a junit test.