We have released a new version of the Axon Server.
Axon Server 2025.0 supports seamless integration with non-Axon Framework applications through HTTP(s) and RSocket.
This approach eliminates the need for a separate Axon Synapse installation.
Axon Server can perform the following actions:
- route commands and queries to HTTP(s) and RSocket endpoints
- publish events to HTTP(s) and RSocket endpoints (backed by persistent streams)
Clients can now:
- store events and snapshots in Axon Server through a new HTTP(s) operation
- invoke commands and queries through a new HTTP(s) operation
- read aggregate events and snapshots through a new HTTP(s) operation
For more information, check Integrations
The latest version can be downloaded from the download page.