-
Create a new Java project.
-
Add the following
jar
files to the class path:-
All
jar
files from the directory/server-lib
-
The file
activemq-all-5.x.x.jar
from the directory/apache-activemq
-
All
spring-###-3.x.y.jar
files from the directory/apache-activemq-5.x.x/lib/optional
.
-
-
Copy all configuration files from the directory
/server-conf
into the source directory (src
). -
To conclude, launch the class
JadiceServerControl
from thejar
fileserver-core-5.x.y.z.jar
. -
The server should be ready for use now.