Spring Integration - Integration Monitoring
Workflow capability for monitoring and managing Spring Integration message flows at runtime. Provides channel statistics, handler metrics, adapter lifecycle control, and integration flow graph visualization. Used by integration engineers, platform operations teams, and system administrators.
What You Can Do
MCP Tools
list-message-channels
List all Spring Integration message channels with send counts, error counts, and performance statistics
get-channel-statistics
Get detailed runtime statistics for a specific Spring Integration message channel by name
list-message-handlers
List all Spring Integration message handlers with handle counts and mean processing duration
get-handler-metrics
Get performance metrics for a specific Spring Integration message handler
get-flow-graph
Retrieve the complete Spring Integration message flow graph showing channels, handlers, and connections
start-inbound-adapter
Start a stopped Spring Integration inbound channel adapter to resume message ingestion
stop-inbound-adapter
Stop a running Spring Integration inbound channel adapter to pause message ingestion