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 AF249180B2 for ; Fri, 3 Jul 2015 12:51:35 +0000 (UTC) Received: (qmail 93288 invoked by uid 500); 3 Jul 2015 12:51:35 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 93247 invoked by uid 500); 3 Jul 2015 12:51:35 -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 93236 invoked by uid 99); 3 Jul 2015 12:51:35 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jul 2015 12:51:35 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id BDFD3C0482 for ; Fri, 3 Jul 2015 12:51:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.488 X-Spam-Level: *** X-Spam-Status: No, score=3.488 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313, URI_TRY_3LD=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id LM-iWaQ_zQqH for ; Fri, 3 Jul 2015 12:51:25 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 793A0207CD for ; Fri, 3 Jul 2015 12:51:24 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 58DB52288FE0 for ; Fri, 3 Jul 2015 05:50:53 -0700 (PDT) Date: Fri, 3 Jul 2015 05:28:23 -0700 (PDT) From: GregTom To: users@activemq.apache.org Message-ID: <1435926503204-4698557.post@n4.nabble.com> In-Reply-To: <1435602358209-4698361.post@n4.nabble.com> References: <1435593677960-4698334.post@n4.nabble.com> <559173EB.1070804@gmail.com> <1435602358209-4698361.post@n4.nabble.com> Subject: Re: Enabling scheduleSupport MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I managed to solve the problem, so I write it here to document it: To configure ActiveMQ broker in TomEE, and turn on schedulerSupport with KahaDB, we should put these lines into tomee.xml: BrokerXmlConfig = broker:(tcp://127.0.0.1:61616)?usekahadb=true&persistent=true&schedulerSupport=true ResourceAdapter = MyJmsResourceAdapter One more thing is necessary to make this work: ActiveMQ puts some folders for KahaDB into tomee's bin folder, so this folder must be writeable for tomee process at least for the first run. After necessary subfolders are created, bin folder can be changed back to not writeable. -- View this message in context: http://activemq.2283324.n4.nabble.com/Enabling-scheduleSupport-tp4698334p4698557.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.