Download and Run Axon Server (2024) | TechGeekNext

Download and Run Axon Server (2024)

In this tutorial, we will demonstrate how to download and run Axon Server by changing configuration properties.

What is Axon Server?
Ans:

Axon Server enhances the Axon Framework by offering powerful, unified messaging services suited to Axon applications such as event storage, clustering, load-balancing, message routing, service discovery, and monitoring.

Download and Run Axon Server

  1. Go to https://axoniq.io/ -> Download
  2. Axon Server
  3. Download the Axon Server ZIP File
  4. Axon Server
  5. Once download, extract the zip at local.
  6. Axon Server
  7. Start the axon server using the following command in a command prompt window.
  8. java -jar axonserver.jar
    The axon server will start on port 8024 by default. Axon Server
  9. Once axon server started, we can access the axon dashboard at http://localhost:8024
  10. Axon Server
  11. We can stop the server by using keys ctrl c.

Take a look at our Suggested Posts :

Axon Server Configurations

  1. Create the config folder and the axonserver.properties file for adding any configuration properties.
  2. Axon Server Configurations Properties
  3. Axon Configuration Properties can be found on the Axon Configuration Properties website. Axon Server Configurations Properties We must use the prefix axoniq.axonserver for the configuration properties if we want to update any of the configuration properties. Furthermore, as stated in the axon server documentation. It is not necessary to use a prefix for server.port.
  4. Axon Server Configurations Properties
  5. The axon server should now be up and running.
  6. java -jar axonserver.jar
    As you can see, Axon server is running on port 8888. Axon Server Configurations Properties
  7. Once the axon server is up and running, we can go to http://localhost:8888/ to visit the axon dashboard. Node name, host name, and http port are reflected from the axonserver.properties file in the configuration section.
  8. Axon Server Configurations Properties

Recommendation for Top Popular Post :