[ 
https://issues.apache.org/jira/browse/ARTEMIS-2328?focusedWorklogId=235659&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-235659
 ]

ASF GitHub Bot logged work on ARTEMIS-2328:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/May/19 05:11
            Start Date: 01/May/19 05:11
    Worklog Time Spent: 10m 
      Work Description: michaelandrepearce commented on 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 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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 235659)
    Time Spent: 1.5h  (was: 1h 20m)

> Invalid Routing with Empty Topics and mixed Session
> ---------------------------------------------------
>
>                 Key: ARTEMIS-2328
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2328
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.8.0
>            Reporter: clebert suconic
>            Assignee: clebert suconic
>            Priority: Major
>             Fix For: 2.9.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> if you call sender.send() into a valid queue
> and then sender.send(); into an empty address (topic without subscriptions)
>  
> Then cached routing would use the previous version on a valid queue and 
> duplicate messages.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to