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 507874DA0 for ; Mon, 6 Jun 2011 20:59:01 +0000 (UTC) Received: (qmail 57465 invoked by uid 500); 6 Jun 2011 20:59:00 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 57425 invoked by uid 500); 6 Jun 2011 20:59:00 -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 57417 invoked by uid 99); 6 Jun 2011 20:59:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 20:59:00 +0000 X-ASF-Spam-Status: No, hits=4.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RFC_ABUSE_POST,SPF_SOFTFAIL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of cspine33@hotmail.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 20:58:54 +0000 Received: from joe.nabble.com ([192.168.236.139]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1QTgsa-0001Ht-Ri for users@activemq.apache.org; Mon, 06 Jun 2011 13:58:32 -0700 Date: Mon, 6 Jun 2011 13:58:32 -0700 (PDT) From: korg To: users@activemq.apache.org Message-ID: <1307393912852-3578044.post@n4.nabble.com> In-Reply-To: <1307155217606-3572630.post@n4.nabble.com> References: <1307155217606-3572630.post@n4.nabble.com> Subject: Re: Unable to persist messages in DB when activeMQ embedded in JBoss 5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi all, It looks like I have to make every single message I send on the queue PERSISTENT (by setting the JMSDeliveryMode on each message to DeliveryMode.PERSITENT). Is there a configuration I could set somewhere that would make all messages persistent? I tried setting the DeliveryMode on the producer and I set persistent=true on the broker, but with no success. Thx for your help -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-persist-messages-in-DB-when-activeMQ-embedded-in-JBoss-5-1-tp3572630p3578044.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.