Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 403 invoked from network); 9 Mar 2010 16:13:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Mar 2010 16:13:14 -0000 Received: (qmail 31263 invoked by uid 500); 9 Mar 2010 16:12:47 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 31229 invoked by uid 500); 9 Mar 2010 16:12:47 -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 31221 invoked by uid 99); 9 Mar 2010 16:12:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 16:12:47 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.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; Tue, 09 Mar 2010 16:12:43 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Np22g-0003aY-VO for users@activemq.apache.org; Tue, 09 Mar 2010 08:12:22 -0800 Message-ID: <27837862.post@talk.nabble.com> Date: Tue, 9 Mar 2010 08:12:22 -0800 (PST) From: mjustin To: users@activemq.apache.org Subject: Delay messages with Stomp: connection reset MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: michael.justin@gmx.net Hello, following http://activemq.apache.org/delay-and-schedule-message-delivery.html I tried to delay a message using a AMQ_SCHEDULED_DELAY header property. The Stom frames look like this: send: CONNECT received: CONNECTED session:ID:mj-PC-49610-1268150511998-3:10 send: SUBSCRIBE destination:/queue/Habari ack:auto id:{AD4DFED5-B508-41B6-9AE2-F43E890A2522} send: SEND destination:/queue/Habari AMQ_SCHEDULED_DELAY:2000 test msg -- After the SEND message, the broker interrupts the connection. If I remove the header property, the broker sends the message immediately as usual. So = I guess that the Stomp code handles the new header property in an unexpected way. If I find the time I'll have a look at the source code. Regards, ----- Michael Justin SCJP, SCJA betasoft - Software for Delphi=E2=84=A2 and for the Java=E2=84=A2 platform http://www.mikejustin.com - http://www.betabeans.de --=20 View this message in context: http://old.nabble.com/Delay-messages-with-Sto= mp%3A-connection-reset-tp27837862p27837862.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.