Installation
This page describes how to install and prepare Axon Server Proxy for use.
System requirements
Java runtime
When using the JAR distribution:
-
Java 21 or higher
-
Sufficient memory for your expected connection load (typically 256 MB - 1 GB)
Obtaining the proxy
Download the jar
Download the latest axon-server-proxy-<version>.jar from the releases page or your artifact repository.
# Example: Download from a repository
curl -O https://repo.axoniq.io/releases/io/axoniq/axon-server-proxy/<version>/axon-server-proxy-<version>.jar
Prepare configuration
Before running the proxy, you need to prepare a configuration file. See Configuration for details.
Create a configuration file named proxy.properties in the working directory:
# Minimal configuration
proxy.servers=axonserver1:8124,axonserver2:8124
proxy.port=8124