From users-return-50003-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Mon May 14 15:09:02 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 C5E02180627 for ; Mon, 14 May 2018 15:09:01 +0200 (CEST) Received: (qmail 4749 invoked by uid 500); 14 May 2018 13:09: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 Delivered-To: moderator for users@activemq.apache.org Received: (qmail 57821 invoked by uid 99); 14 May 2018 07:24:36 -0000 X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.283 X-Spam-Level: **** X-Spam-Status: No, score=4.283 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URI_HEX=1.313, URI_TRY_3LD=1.999] autolearn=disabled Date: Mon, 14 May 2018 00:24:30 -0700 (MST) From: Siva To: users@activemq.apache.org Message-ID: <1526282670396-0.post@n4.nabble.com> Subject: How to run multiple activemq broker on same path in windows? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Am tried with activemq create instance1 Running multiple activemw broker on same machine Also modified activemq.xml and jetty.xml port created config and bin folder but not started activemq broker. Show FileNotFoundException (conf\credentials.properties, data\activemq.log and data\audit.logis incorrect) But specific path contains above files. Am used apache activemq-v5.15.3 Here is my modified .bat file @echo off set ACTIVEMQ_HOME="D:/work/apache-activemq-5.15.3" set ACTIVEMQ_BASE="D:/work/apache-activemq-5.15.3/instance1" set ACTIVEMQ_CONF="%ACTIVEMQ_BASE%/conf" set ACTIVEMQ_DATA="%ACTIVEMQ_BASE%/data" set PARAM=%1 :getParam shift if "%1"=="" goto end set PARAM=%PARAM% %1 goto getParam :end %ACTIVEMQ_HOME%/bin/activemq %PARAM% -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html