Axon Synapse Logo with the product name

An HTTP bridge to Axon Server for programming language agnostic message routing

You can  download a ZIP file with Axon Synapse as a standalone JAR.
Once downloaded and unzipped, you can start Axon Synapse with 

 java -jar axonsynapse.jar

Run the following command to start Axon Server in a Docker container:

docker run -d \
  --name axonserver \
  -p 8024:8024 \
  -p 8124:8124 \
  axoniq/axonserver:<TAG>

Visit Axon Server on Docker Hub for the list of available tags and their meaning. 

Note that Axon Synapse requires an existing Axon Server instance or cluster to connect to.

You can download it from Axon Server product page.