Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2362#discussion_r225585632
--- Diff:
artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/Message.java
---
@@ -186,10 +186,12 @@ default Message setRoutingType(RoutingType
routingType) {
return this;
}
+ @Deprecated
--- End diff --
No need ill remove---
