You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by gaohoward <gi...@git.apache.org> on 2017/01/23 18:46:03 UTC

[GitHub] activemq-artemis pull request #978: ARTEMIS-932 2 brokers can be started usi...

GitHub user gaohoward opened a pull request:

    https://github.com/apache/activemq-artemis/pull/978

    ARTEMIS-932 2 brokers can be started using the same store

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gaohoward/activemq-artemis master-932

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/978.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 #978
    
----
commit 02454a7a1498bcd539a74cb034dc871e8cbf3c28
Author: Howard Gao <ho...@gmail.com>
Date:   2017-01-23T18:05:48Z

    ARTEMIS-932 2 brokers can be started using the same store

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis pull request #978: ARTEMIS-932 2 brokers can be started usi...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/978


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis pull request #978: ARTEMIS-932 2 brokers can be started usi...

Posted by gaohoward <gi...@git.apache.org>.
Github user gaohoward commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/978#discussion_r97410348
  
    --- Diff: artemis-cli/src/test/resources/broker1.xml ---
    @@ -0,0 +1,65 @@
    +<?xml version='1.0'?>
    +<!--
    +Licensed to the Apache Software Foundation (ASF) under one
    +or more contributor license agreements.  See the NOTICE file
    +distributed with this work for additional information
    +regarding copyright ownership.  The ASF licenses this file
    +to you under the Apache License, Version 2.0 (the
    +"License"); you may not use this file except in compliance
    +with the License.  You may obtain a copy of the License at
    +
    +  http://www.apache.org/licenses/LICENSE-2.0
    --- End diff --
    
    ok, will do.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis pull request #978: ARTEMIS-932 2 brokers can be started usi...

Posted by clebertsuconic <gi...@git.apache.org>.
Github user clebertsuconic commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/978#discussion_r97408053
  
    --- Diff: artemis-cli/src/test/resources/broker1.xml ---
    @@ -0,0 +1,65 @@
    +<?xml version='1.0'?>
    +<!--
    +Licensed to the Apache Software Foundation (ASF) under one
    +or more contributor license agreements.  See the NOTICE file
    +distributed with this work for additional information
    +regarding copyright ownership.  The ASF licenses this file
    +to you under the Apache License, Version 2.0 (the
    +"License"); you may not use this file except in compliance
    +with the License.  You may obtain a copy of the License at
    +
    +  http://www.apache.org/licenses/LICENSE-2.0
    --- End diff --
    
    Can you rename this file as FileBrokerTest-broker1.xml and FileBrkerTest-broker2.xml?
    
    It would be easier to find where that file belong to at a later point?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-artemis issue #978: ARTEMIS-932 2 brokers can be started using the ...

Posted by clebertsuconic <gi...@git.apache.org>.
Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/978
  
    This is breaking a lot of the collocated servers.
    
    Run the examples, run the whole testsuite. 
    
    I just ran the examples and the colocated ones are broken after this.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---