[ 
https://issues.apache.org/jira/browse/BROOKLYN-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14228600#comment-14228600
 ] 

ASF GitHub Bot commented on BROOKLYN-92:
----------------------------------------

Github user hzbarcea commented on a diff in the pull request:

    https://github.com/apache/incubator-brooklyn/pull/359#discussion_r21048083
  
    --- Diff: 
software/messaging/src/main/java/brooklyn/entity/messaging/activemq/ActiveMQBroker.java
 ---
    @@ -56,6 +56,10 @@
         public static final BasicConfigKey<String> MIRROR_URL = new 
BasicConfigKey<String>(String.class, "activemq.install.mirror.url", "URL of 
mirror",
             "http://www.mirrorservice.org/sites/ftp.apache.org/activemq";);
     
    +    @SetFromFlag("brokerName")
    +    public static final AttributeSensorAndConfigKey<String,String> 
BROKER_NAME = new BasicAttributeSensorAndConfigKey<String>(
    +            String.class, "activemq.brokerName", "ActiveMQ Broker Name", 
"localhost");
    --- End diff --
    
    Thanks for tip, will do.


> Support for customized brokerName for ActiveMQ
> ----------------------------------------------
>
>                 Key: BROOKLYN-92
>                 URL: https://issues.apache.org/jira/browse/BROOKLYN-92
>             Project: Brooklyn
>          Issue Type: Improvement
>            Reporter: Hadrian Zbarcea
>             Fix For: 0.7.0-M2
>
>
> Mandatory feature for more complex topologies, like networks of brokers.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to