Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 73760 invoked from network); 13 Oct 2009 07:30:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Oct 2009 07:30:52 -0000 Received: (qmail 7901 invoked by uid 500); 13 Oct 2009 07:30:52 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 7843 invoked by uid 500); 13 Oct 2009 07:30:52 -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 7833 invoked by uid 99); 13 Oct 2009 07:30:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2009 07:30:52 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chubrilo@gmail.com designates 209.85.219.222 as permitted sender) Received: from [209.85.219.222] (HELO mail-ew0-f222.google.com) (209.85.219.222) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2009 07:30:40 +0000 Received: by ewy22 with SMTP id 22so3001321ewy.38 for ; Tue, 13 Oct 2009 00:30:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=eQX+8/PssdhaZ7wcectJYZaQ5FvEtVG/XJ//RyQba9s=; b=JTlHVtvLktx1Jg+9a4tdG5Gu5gAO53KDEZUeF4Yk/Msp5K+S9ilgnDeadMhhY0upOB 4NDyX/nGm6ne/0/DJ4CSO6aZGl6e3R+MDjUl2dkDXhZO8f9QPkg7F3KmlAp54nNkRT2x K+CBApM9Gd0cJQxneKVjdum1r1NYm74cdcdRY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=amb66iXy0pEn8l4f16m3hPig/ZBuAM8LrUtqslKE5bkzuiDj+wx/xEjmkYNuNdyO7K 3pfZqafrtdTVbqU/0TGr/M4LloZCrKtxzVC7JekQJoLE9arY/S62D8HxqWCwebWT/wyi pJL++OBT2lSHnbb8bC1wR0hMe3Lf0Z+yR81lo= MIME-Version: 1.0 Sender: chubrilo@gmail.com Received: by 10.216.88.67 with SMTP id z45mr2314556wee.112.1255419020591; Tue, 13 Oct 2009 00:30:20 -0700 (PDT) In-Reply-To: <25862375.post@talk.nabble.com> References: <25862375.post@talk.nabble.com> Date: Tue, 13 Oct 2009 09:30:20 +0200 X-Google-Sender-Auth: 4306917ef1bb2d28 Message-ID: <36e91d9d0910130030l654ed086i7880f767802b8401@mail.gmail.com> Subject: Re: Stomp messages arriving without a message id From: Dejan Bosanac To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=0016e6d7e162c441730475cc04cb X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d7e162c441730475cc04cb Content-Type: text/plain; charset=ISO-8859-1 Hi Pete, we didn't see this kind of problem before. Can you create a test case that can reproduce the problem (ideally in Java http://activemq.apache.org/stomp.html#Stomp-JavaAPI, but Ruby will work too) and file a Jira request? Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Mon, Oct 12, 2009 at 10:10 PM, Pete Hodgson wrote: > > Hi List, > > I'm using standard ruby stomp client to communicate with activeMQ 5.2.0, > using non-persistent messages. Very rarely (maybe once every 10,000 > messages) the stomp client receives a message from the server with no > message-id header. It does have other headers, but is missing the > message-id. To make things worse, I'm using client ack. Because the client > has no way to ack a message with no id its subscription becomes useless, > and > I have to restart my process. > > Does anyone have any insight on this? Is this a known issue with the stomp > adapter? I'm assuming it's a server-side issue rather than client-side, but > without sniffing traffic in my production environment (which would be very > tricky) I'm not sure how I could find out more. > > Any suggestions gratefully received! > > Cheers, > Pete > -- > View this message in context: > http://www.nabble.com/Stomp-messages-arriving-without-a-message-id-tp25862375p25862375.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > --0016e6d7e162c441730475cc04cb--