Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 46673 invoked from network); 12 Oct 2009 20:11:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Oct 2009 20:11:28 -0000 Received: (qmail 92847 invoked by uid 500); 12 Oct 2009 20:11:28 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 92791 invoked by uid 500); 12 Oct 2009 20:11:27 -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 92781 invoked by uid 99); 12 Oct 2009 20:11:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 20:11:27 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Oct 2009 20:11:17 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MxREO-0002D9-G9 for users@activemq.apache.org; Mon, 12 Oct 2009 13:10:56 -0700 Message-ID: <25862375.post@talk.nabble.com> Date: Mon, 12 Oct 2009 13:10:56 -0700 (PDT) From: Pete Hodgson To: users@activemq.apache.org Subject: Stomp messages arriving without a message id MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: nabble@thepete.net X-Virus-Checked: Checked by ClamAV on apache.org 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.