mattrpav commented on code in PR #2071:
URL: https://github.com/apache/activemq/pull/2071#discussion_r3358067060
##########
activemq-broker/src/main/java/org/apache/activemq/broker/Broker.java:
##########
@@ -370,6 +370,14 @@ public interface Broker extends Region, Service {
*/
void messageDiscarded(ConnectionContext context, Subscription sub,
MessageReference messageReference);
+ /**
+ * Called when a message is processed with no consumers
+ *
+ * @param context connection context
+ * @param messageReference message reference
+ */
+ void messageNoConsumers(ConnectionContext context, MessageReference
messageReference);
Review Comment:
This is an API breaking change that we are talking about putting into point
releases -- thoughts on making it a default method or other approach to solve
for the compatibility issue?
I'm not opposed to telling people in the release notes they need to update
their plugins for this point release as a one time deal.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact