Github user franz1981 commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2044#discussion_r184068630
--- Diff:
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/plugin/ActiveMQServerPlugin.java
---
@@ -566,7 +566,7 @@ default void messageExpired(MessageReference message,
SimpleString messageExpiry
* @throws ActiveMQException
*/
default void messageExpired(MessageReference message, SimpleString
messageExpiryAddress, ServerConsumer consumer) throws ActiveMQException {
-
--- End diff --
I'm calling the deprecated implementation here, I can't say why github show
it as a deletion :open_mouth:
---