2 Replies Latest reply on Sep 10, 2004 10:04 AM by cthompson72

    Persisting JMS Messages To MySql

    cthompson72

      How do you setup JBoss so that JMS messages get stored in MySQL? Currently, I'm using the simple JMS example that comes with JBoss. I have the necessary tables created in MySQL and I believe I have the XML configuration files configured appropiately.

      I'm trying to run a client that sends messages to the queue. Once the messages arrive on the queue I run another client that tries to receive the messages. The only way the example will work is if the client is running all the time, blocking while waiting for the sender.

      Any examples (i.e. source code and configs) would be much appreciated.

      Thanks,
      CT