Skip to content

rocjava/test_spring_activemq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ActiveMq admin http://localhost:8161/admin/

About ActiveMQ Persistence 3 Steps 1:enter into D:\penn\dev\apache-activemq-5.13.3-bin\apache-activemq-5.13.3\conf edit activemq.xml like this add jdbc bean like this

cope mysql.lib and dbcp2.lib into D:\penn\dev\apache-activemq-5.13.3-bin\apache-activemq-5.13.3\lib my lib version are these: commons-dbcp2-2.1.1.jar mysql-connector-java-5.1.40.jar

At last enter into D:\penn\dev\apache-activemq-5.13.3-bin\apache-activemq-5.13.3\bin\win64 run activemq.bat and you will see 3 tables in your mysql database. activemq_db.activemq_acks activemq_db.activemq_lock activemq_db.activemq_msgs

the activemq_db.activemq_msgs is the table that stored the messages. once the message was consumered ,it would be deleted.

About

ActiveMq消息发送者

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published