-
Notifications
You must be signed in to change notification settings - Fork 928
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARTEMIS-5250 Add sender state to the management metrics for federation
Adds management and metrics to the outgoing AMQP senders created by a remote peer that has message federation configured from the local broker including a view for the remote policies that tracks number of sent messages for all producers. Also adds a top level federation management view that shows counts for incoming and outgoing messages for all federation consumer and producers. Add a more declarative state handling API for initialization, start, stop and shutdown to federation resources and the broker connection API to make management resource create and cleanup more reliable and robust to avoid and leaked management objects when reconnection attempts stop or broker connections are manually stopped or are stopped by configuration updates or configuration remove.
- Loading branch information
Showing
45 changed files
with
4,268 additions
and
1,143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.