JMS with mysql

Hi All,Can you anyone help me to setup on my linux machine JMS with mysql. I have installed JMS and mysql.I don't know after that what i need to do. I would like to setup on linux machine JMS with mysql database. Your help will be really appreciatedRegards,Tech456
[293 byte] By [Tech456a] at [2007-11-27 5:19:54]
# 1
Do you mean you want to use Mysql as a persistent storage with SUN Message Queue broker ?
one9966a at 2007-7-12 10:43:28 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

MySQL will be supported with MQ 4.1 which is currently in beta. You can download the community preview of Open Message Queue 4.1 at http://mq.dev.java.net/downloads.html.

To use MySQL as the JDBC-based persistent store you need to set the following properties in your config.properties file:

imq.brokerid=<brokerID>

imq.persist.store=jdbc

imq.persist.jdbc.dbVendor=mysql

imq.persist.jdbc.mysql.user=<user>

imq.persist.jdbc.mysql.password=<password>

imq.persist.jdbc.mysql.property.url=<url>

Hope this help!

PhuongNguyena at 2007-7-12 10:43:29 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...