Showing
1 changed file
with
1 additions
and
1 deletions
@@ -77,7 +77,7 @@ public abstract class AbstractMqListener implements ApplicationEventPublisherAwa | @@ -77,7 +77,7 @@ public abstract class AbstractMqListener implements ApplicationEventPublisherAwa | ||
77 | logger.error(e.getMessage(), e); | 77 | logger.error(e.getMessage(), e); |
78 | } finally { | 78 | } finally { |
79 | this.doFinishConsume(); | 79 | this.doFinishConsume(); |
80 | - this.reportConsumerIncreaseEvent(); | 80 | + //this.reportConsumerIncreaseEvent(); |
81 | } | 81 | } |
82 | } | 82 | } |
83 | 83 |
-
Please register or login to post a comment