michaelandrepearce commented on a change in pull request #2656: ARTEMIS-2328
Routing after empty addresses could lead to invalid mess…
URL: https://github.com/apache/activemq-artemis/pull/2656#discussion_r280006632
##########
File path:
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/RoutingContext.java
##########
@@ -82,6 +82,9 @@
boolean isReusable(Message message, int version);
+ /** Provides human readable information about the routing, for tracing and
debug */
+ String debug();
Review comment:
If thats the case does it need to be a method in interface? If during some
custom debug, you can just cast the type to access the impl method. Not sure
we' want it a public advertised method.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services