1) Create MySQL database.
2) Download activeMQ and extract it.
3) Edit
4) Add following configuration.
5) Copy mysql jdbc driver (mysql-connector-java-5.1.25-bin.jar) in the directory "activemq_home/lib/optional"
6) Start ActiveMQ server using $ ./activemq start ( To stop the server use ./activemq stop )
7) Log in to activeMQ management console using http://localhost:8161/ with admin:admin credentials.
8) Create a queue and send a message to the queue with persistence enabled.
9) You can see the message in database.
No comments:
Post a Comment