How do you create Broker for Artimes Apache MQ - madhusudana30/AlternativeJPAForWebSphere GitHub Wiki
C:\Work\apache-artemis-2.10.1\bin>artemis create broker/broker1 Creating ActiveMQ Artemis instance at: C:\Work\apache-artemis-2.10.1\bin\broker\broker1
--user: is a mandatory property! Please provide the default username: hificoder
--password: is mandatory with this configuration: Please provide the default password:
--allow-anonymous | --require-login: is a mandatory property! Allow anonymous access?, valid values are Y,N,True,False Y
Auto tuning journal ... done! Your system can make 0.8 writes per millisecond, your journal-buffer-timeout will be 1248000
You can now start the broker by executing:
"C:\Work\apache-artemis-2.10.1\bin\broker\broker1\bin\artemis" run
Or you can setup the broker as Windows service and run it in the background:
"C:\Work\apache-artemis-2.10.1\bin\broker\broker1\bin\artemis-service.exe" install "C:\Work\apache-artemis-2.10.1\bin\broker\broker1\bin\artemis-service.exe" start
To stop the windows service: "C:\Work\apache-artemis-2.10.1\bin\broker\broker1\bin\artemis-service.exe" stop
To uninstall the windows service "C:\Work\apache-artemis-2.10.1\bin\broker\broker1\bin\artemis-service.exe" uninstall