Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4789B10DED for ; Mon, 13 Jan 2014 19:27:20 +0000 (UTC) Received: (qmail 35752 invoked by uid 500); 13 Jan 2014 18:08:05 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 33606 invoked by uid 500); 13 Jan 2014 18:03:12 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 30749 invoked by uid 99); 13 Jan 2014 17:58:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jan 2014 17:58:51 +0000 Date: Mon, 13 Jan 2014 17:58:50 +0000 (UTC) From: "Hiram Chirino (JIRA)" To: commits@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (APLO-345) Broker keeps sending messages after unsubscribe with receipt MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/APLO-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13869756#comment-13869756 ] Hiram Chirino commented on APLO-345: ------------------------------------ Frames are sent async on a STOMP connection. You have to handle processing messages to a subscription until the the unsubscribe receipt is received. > Broker keeps sending messages after unsubscribe with receipt > ------------------------------------------------------------ > > Key: APLO-345 > URL: https://issues.apache.org/jira/browse/APLO-345 > Project: ActiveMQ Apollo > Issue Type: Question > Components: apollo-stomp > Affects Versions: 1.6 > Reporter: Kirill Titov > > Subject. I tried unsubscribe with receipt and without (in this case I send new subscribe immediately after unsub and still getting messages from previous queue instead of receipt frame). > But what's more funny: it's eventually. So sometimes everything is fine, receipt frames are received. And the next time it's screwed again. The point is I cannot switch to another queue. > activemq.prefetchSize is 1. -- This message was sent by Atlassian JIRA (v6.1.5#6160)