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 F07001107A for ; Tue, 12 Aug 2014 12:24:01 +0000 (UTC) Received: (qmail 73981 invoked by uid 500); 12 Aug 2014 12:24:01 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 73938 invoked by uid 500); 12 Aug 2014 12:24:01 -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 73924 invoked by uid 99); 12 Aug 2014 12:24:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2014 12:24:01 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_HELO_PASS,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of gouseinov@gmail.com does not designate 162.253.133.43 as permitted sender) Received: from [162.253.133.43] (HELO mwork.nabble.com) (162.253.133.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2014 12:23:34 +0000 Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 39542361EBE for ; Tue, 12 Aug 2014 05:19:50 -0700 (PDT) Date: Tue, 12 Aug 2014 05:23:32 -0700 (PDT) From: gas To: users@activemq.apache.org Message-ID: <1407846212929-4684441.post@n4.nabble.com> Subject: active mq web console broker MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org In my application I have an active mq broker, which is configured like this:
    
        
            
        
    
I downloaded activemq web console war, put it in my tomcat webapps folder. After that activemq-web-console-5.10.0 directory was created. I navigated inside it. In web-inf directory in activemq.xml i edited broker config: I commendted out persistenceAdapter and set persistent to false because I'm not using persistence in my application and primarily because web console couldn't start because it couldn't find ${activemq.data} property. Now the problem is I can start either my application, either web console not both. When I my application first and then start web console, I get the following message: java.io.IOException: Transport Connector could not be registered in JMX: Failed to bind to server socket: tcp://localhost:61616 due to: java.net.BindException: Address already in use: JVM_Bind I tried to change openwire transport connector to a different port, It helps, but then when I go in web console, I don't see any queues or topics. -- View this message in context: http://activemq.2283324.n4.nabble.com/active-mq-web-console-broker-tp4684441.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.