Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 10125 invoked from network); 7 Jan 2011 11:29:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jan 2011 11:29:20 -0000 Received: (qmail 88392 invoked by uid 500); 7 Jan 2011 11:29:20 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 88218 invoked by uid 500); 7 Jan 2011 11:29:20 -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 88210 invoked by uid 99); 7 Jan 2011 11:29:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jan 2011 11:29:19 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gary.tully@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qw0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jan 2011 11:29:15 +0000 Received: by qwk3 with SMTP id 3so19291774qwk.2 for ; Fri, 07 Jan 2011 03:28:54 -0800 (PST) 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=51slyJmCxClT+6c448ogxils8rLFws3U2Z89c02TA0E=; b=ORE9bb6vrY618itNKOAkta8666HH1IBqWCMbVvq2Lhp4IWzBf4RxD+ndpnLQb6ogFD zLprE9pN1i6I98IQnzddlNeCddMdJqXRQHJHSElWQ3GhvghWO6NSUmbgAyj6AKN8H3Ck 7amY2AluLiCwp3Kg2vzxz7FagUfMT0M57NQ/A= 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=jaHPPWo3c8zy5xD+SCCS3Ap+ZkdDkUwbVYm1LSOCmK6wHC/sQCfJ4WDucxgqyvJAu+ Sf9c8CPDDUWOyWSUYvtsrk3JzwuEIosfWMxjAvxk4JIkJHB7AEjYhX5gnYmdlgy0Eg+4 3uNG0jsmVWWBBrZ38CbqHDpAiXdXQG000mEfA= MIME-Version: 1.0 Received: by 10.229.189.194 with SMTP id df2mr20627858qcb.232.1294399733605; Fri, 07 Jan 2011 03:28:53 -0800 (PST) Received: by 10.229.107.3 with HTTP; Fri, 7 Jan 2011 03:28:53 -0800 (PST) In-Reply-To: References: Date: Fri, 7 Jan 2011 11:28:53 +0000 Message-ID: Subject: Re: message-id format From: Gary Tully To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 best reference is the code: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/util/IdGenerator.java?view=markup A connection Id uses the above generator, which forms the basis for a session id, which forms the basis for a producer id which forms the basis for a message id, each by appending or incrementing an additional ':' separated field. On 6 January 2011 21:14, James Green wrote: > I am trying to debug a little of > https://issues.apache.org/jira/browse/AMQ-2923 which I created. > > To help, could someone very quickly document how the message-id gets > created? I.e. X-Y-Z what's the X, the Y and the Z? > > I'm trying to write a script to reproduce the problem and so far I've failed > so I'm digging into the stomp trace for ideas. :( > > Jams > -- http://blog.garytully.com http://fusesource.com