Description
The Addition of a messageMoved() callback in ActiveMQServerMessagePlugin would allow the interception of message move events in custom plugins.
A typical use case would be to log details about these move operations.
The callback would be triggered when a message move operation occurs within Artemis.
The best location for this seems to be within the QueueImpl.move() method.
Attachments
Issue Links
- links to