Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BEEE0D74F for ; Wed, 17 Oct 2012 12:40:47 +0000 (UTC) Received: (qmail 90470 invoked by uid 500); 17 Oct 2012 12:40:47 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 90445 invoked by uid 500); 17 Oct 2012 12:40: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 90431 invoked by uid 99); 17 Oct 2012 12:40:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2012 12:40:47 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: unknown (athena.apache.org: error in processing during lookup of peter.hicks@poggs.co.uk) Received: from [209.85.212.179] (HELO mail-wi0-f179.google.com) (209.85.212.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2012 12:40:39 +0000 Received: by mail-wi0-f179.google.com with SMTP id hq7so488467wib.14 for ; Wed, 17 Oct 2012 05:40:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=YqnoIjdC2vwkbUKrvblOLsc66jhicRer4UKS9dmxAWQ=; b=iAzMjOxMNFcNRZSopnulufl04xgBMxHi0Tv57NYkmun3E84uN1fmFjXP9R7zvTXJ7O 65YYdyzKl3azN62E0DT6ucUdeyXscnr+8kUEM4EXrA78DUIN92OygEp51CbH/PbIfokS hUDxk6n43C1DoimMD6+f/Ean6DPzeNCIWrb80hqVIMAnhkSzzt/y/HwSyrO9ucab84V5 zKCRDJA6sIRg9M32PfVt4Fb5NbCdvKldxUuSUHhUMBThL85VjoSIMss05U97Ok06EoNy Y/dt89vDueVhf+ttCL0UyMefyFsAsVbgzjK7jDK77chgguJOCSO0GQb9wqhm2hO8h0vm OKzA== MIME-Version: 1.0 Received: by 10.216.200.163 with SMTP id z35mr10627861wen.53.1350477616878; Wed, 17 Oct 2012 05:40:16 -0700 (PDT) Received: by 10.194.47.195 with HTTP; Wed, 17 Oct 2012 05:40:16 -0700 (PDT) X-Originating-IP: [86.144.53.174] Date: Wed, 17 Oct 2012 13:40:16 +0100 Message-ID: Subject: ActiveMQ + Stomp durable topic subscriber - website inaccurate From: Peter Hicks To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=001636c5b62ca1953404cc40928a X-Gm-Message-State: ALoCoQmmK02Gv4EpO8Mq0VwFyOdvUn6MxK0x9BUzaVAIlaNWpiG/21zDdOODMIL2MRyOKu5VtcmX X-Virus-Checked: Checked by ClamAV on apache.org --001636c5b62ca1953404cc40928a Content-Type: text/plain; charset=ISO-8859-1 Hello According to http://activemq.apache.org/stomp.html, one sets "activemq.subscriptionName" in a Stomp SUBSCRIBE frame when I want to be a durable topic subscriber. However, http://activemq.apache.org/stomp/stomp10/additional.html says I need to set the "durable-subscriber-name" header. The first example is correct and works for me - the second doesn't. Is this an inaccuracy in the website? If so, is there anyone here who can correct the second set of pages? I've just spent a good few hours trying to troubleshoot my client :-) Cheers, Peter --001636c5b62ca1953404cc40928a--