[
https://issues.apache.org/jira/browse/BROOKLYN-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229926#comment-14229926
]
ASF GitHub Bot commented on BROOKLYN-92:
----------------------------------------
Github user grkvlt commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/359#discussion_r21097112
--- Diff:
software/messaging/src/main/java/brooklyn/entity/messaging/activemq/ActiveMQQueueImpl.java
---
@@ -41,7 +41,7 @@ public String getQueueName() {
}
public void create() {
- if (log.isDebugEnabled()) log.debug("{} adding queue {} to broker
{}", new Object[] {this, getName(), jmxHelper.getAttribute(brokerMBeanName,
"BrokerId")});
--- End diff --
Interesting. Thanks for the heads-up, we should clean this up. Is there a
good reference for idiomatic SLF4J usage?
> 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)