From users-return-18478-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Wed Mar 21 14:37:31 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id A11B4180651 for ; Wed, 21 Mar 2018 14:37:30 +0100 (CET) Received: (qmail 44326 invoked by uid 500); 21 Mar 2018 13:37:29 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 44311 invoked by uid 99); 21 Mar 2018 13:37:28 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2018 13:37:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 79759C5DE4 for ; Wed, 21 Mar 2018 13:37:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.964 X-Spam-Level: * X-Spam-Status: No, score=1.964 tagged_above=-999 required=6.31 tests=[SPF_HELO_PASS=-0.001, SPF_NEUTRAL=0.652, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id gBy26dNVDkoK for ; Wed, 21 Mar 2018 13:37:25 +0000 (UTC) Received: from n2.nabble.com (n2.nabble.com [162.253.133.85]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 390175F17B for ; Wed, 21 Mar 2018 13:37:25 +0000 (UTC) Received: from static.162.253.133.85.macminivault.com (localhost [127.0.0.1]) by n2.nabble.com (Postfix) with ESMTP id 0F5CC3A56EEC for ; Wed, 21 Mar 2018 06:37:19 -0700 (MST) Date: Wed, 21 Mar 2018 06:37:19 -0700 (MST) From: bryand To: users@qpid.apache.org Message-ID: <1521639439060-0.post@n2.nabble.com> Subject: Broker-J Queue Message persistent override MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit We are using Broker-J 7.0.2. For a couple of Queues I've set setting Persist Messages? to 'Never'. However when sending a message via a Qpid JMS 0.30.0 client the messages are being stored as Persistent. I've tried both methods MessageProducer.send(Message message) and MessageProducer.send(Message message, int deliveryMode, int priority, long timeToLive) (using DeliveryMode.PERSISTENT for deliveryMode) and both result in persistent messages in the Queue. Since I had the queue configured to Never persist messages I wasn't expecting that behavior - maybe I'm misunderstanding this setting? When I use a DeliveryMode.NON_PERSISTENT for the deliveryMode then messages are not persistent as expected. Thanks Bryan -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org