Please use AxonIQ Console instead
This client has been surpassed by AxonIQ Console. Note that this connector still lives on under the Console Framework Client repository.
We thus recommend you switch over from Inspector Axon to AxonIQ Console. Thanks for your understanding.
Inspector Axon superpowers your Axon Framework application with advanced monitoring and enabling easy access to actions within the framework.
This repository contains the Open-Source connectors that your application will use through maven dependencies. For actual configuration, please consult the setup instructions that will be provided by Inspector Axon itself.
You can visit Inspector Axon here.
Built with ❤ by the Axon Framework team
axon.inspector.enabled
- allows disabling the autoconfiguration viaaxon.inspector.enabled=false
, default:true
axon.inspector.dlq-enabled
- allows access to the messages in the DLQ, default:true
Inspector Axon is an AxonIQ SaaS product. Your application will periodically or upon request send information to the servers of AxonIQ. Please check our legal documentation for the measures we implemented to protect your data.
The following data will be sent to the servers of AxonIQ:
- Event processor information
- Name, latency, status, position
- Occurs every 2 seconds
- Handler statistics
- Message names and names of handling components
- Message payload, or ids, are not sent to AxonIQ servers
- Statistics such as latency, throughput and error rates
- Correlation between messages and different handlers
- Occurs every 20 seconds
- Dead Letter Information
- Contains message name, error information and event payload
- Occurs upon user request
- Can be disabled by
If you are concerned about the message data being sent to AxonIQ, please contact us at, disabling the DLQ functionality will prevent that in all cases.