[ https://issues.apache.org/jira/browse/ACTIVEMQ6-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14343002#comment-14343002 ]
ASF GitHub Bot commented on ACTIVEMQ6-84: ----------------------------------------- GitHub user andytaylor opened a pull request: https://github.com/apache/activemq-6/pull/127 ACTIVEMQ6-84 - JMSServerManagerImpl.activated() doesn't get called when ... ...starting in standalone mode https://issues.apache.org/jira/browse/ACTIVEMQ6-84 fixed the start order of the components started by the bootstrap You can merge this pull request into a Git repository by running: $ git pull https://github.com/andytaylor/activemq-6 master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-6/pull/127.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #127 ---- commit d5846dd97cfaed0149f1fb4968f14885173e5ea0 Author: Andy Taylor <andytay...@apache.org> Date: 2015-03-02T10:14:53Z ACTIVEMQ6-84 - JMSServerManagerImpl.activated() doesn't get called when starting in standalone mode https://issues.apache.org/jira/browse/ACTIVEMQ6-84 fixed the start order of the components started by the bootstrap ---- > JMSServerManagerImpl.activated() doesn't get called when starting in > standalone mode > ------------------------------------------------------------------------------------ > > Key: ACTIVEMQ6-84 > URL: https://issues.apache.org/jira/browse/ACTIVEMQ6-84 > Project: Apache ActiveMQ 6 > Issue Type: Bug > Affects Versions: 6.0.0 > Reporter: Howard Gao > Assignee: Andy Taylor > Fix For: 6.0.0 > > > How to reproduce: > Build a dirstro from master and start the broker > ./activemq run > Launch a jconsole and you will see there is no jms server entry in the > console. This is because the activate() didn't get called. > The reason is that in FileBroker starts the core server before jms server. -- This message was sent by Atlassian JIRA (v6.3.4#6332)