1: Download http://activemq.apache.org decompression 2: Start apache-activemq-5.13.1/bin/activemq start3: Stop apache-activemq-5.13.1/bin/ ACTIVEMQ KILL4: Management platform http://127.0.0.1:8161/admin/user name admin, password Admin can be in apache-activemq-5.13.1/conf/users.properties View message Serialization 1: Modify the configuration file Apache-activemq-5.13.1/conf/activemq.xml Modify the section code as follows: ... ...... NOTE: 1: Database connection pool, database driver package placed in apache-activemq-5.13.1/lib/Directory 2: For MySQL database, set the default character encoding to: Latin1 do not set to Utf-8, or during system initialization Activemq_acks failed to build. ALTER DATABASE MQ character set latin1;2: When Setup is complete, you will find 3 tables created in the database: Activemq_acks activemq_lock activemq_msgs This message is set to complete
ACTIVEMQ out Experience