[
https://issues.apache.org/jira/browse/ARTEMIS-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16241725#comment-16241725
]
ASF GitHub Bot commented on ARTEMIS-1365:
-----------------------------------------
Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1647#discussion_r149310333
--- Diff:
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/AddressInfo.java
---
@@ -130,6 +130,10 @@ public String toString() {
}
public boolean isInternal() {
- return this.name.startsWith(ADVISORY_TOPIC);
+ return isInternal(this.name);
+ }
+
+ public static boolean isInternal(SimpleString address) {
--- End diff --
Shouldn't be needed should be an attribute on the AddressInfo
> Openwire producer is listed in hawtio console as consumer from
> ActiveMQ.Advisory queue
> ---------------------------------------------------------------------------------------
>
> Key: ARTEMIS-1365
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1365
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: OpenWire
> Affects Versions: 2.3.0
> Environment: latest upstream 2.3.0 with hawtio
> Reporter: Michal Toth
> Assignee: Howard Gao
> Priority: Critical
> Attachments: openwire.png
>
>
> Having one openwire jms client which is sending messages to queue is listed
> in new console as consumer from activemq.advisory multicast queue. There is
> no information about producing messages to any queue at all.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)