[
https://issues.apache.org/jira/browse/ARTEMIS-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16254413#comment-16254413
]
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_r151277985
--- Diff:
artemis-server/src/main/java/org/apache/activemq/artemis/core/postoffice/impl/SimpleAddressManager.java
---
@@ -316,6 +316,7 @@ private void validateRoutingTypes(SimpleString
addressName, Collection<RoutingTy
if (binding instanceof QueueBinding) {
final QueueBinding queueBinding = (QueueBinding) binding;
final RoutingType routingType =
queueBinding.getQueue().getRoutingType();
+ System.out.println("got a queue binding........... " +
queueBinding.getQueue().getName() + " rt: " + routingType);
--- End diff --
Should be removed
> 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)