You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2023/01/03 18:50:38 UTC

[GitHub] [activemq] mattrpav commented on a diff in pull request #947: Failing unit test for AMQ-9187 and a fix

mattrpav commented on code in PR #947:
URL: https://github.com/apache/activemq/pull/947#discussion_r1060860493


##########
activemq-broker/src/main/java/org/apache/activemq/broker/BrokerService.java:
##########
@@ -2426,6 +2426,9 @@ protected DestinationInterceptor[] createDefaultDestinationInterceptor() {
      * @throws IOException
      */
     protected Broker addInterceptors(Broker broker) throws Exception {
+        if (isAdvisorySupport()) {

Review Comment:
   Please add a comment here that the order matters and include JIRA number



-- 
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.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org