1 Reply Latest reply on Feb 1, 2005 4:31 PM by osandum

    JMS Default Data Source

      Hi all, i'm using jboss-3.2.5 and it's using the default ds (hypersonic) to persist the jms-messages. I have my own data source and i'd like to persist the queue messages on it.
      Does anybody know where do i have to change this?
      Thanks a lot

      Matias

        • 1. Re: JMS Default Data Source

          The short version: you need to edit or replace deploy/hsqldb-ds.xml, deploy/jms/hsqldb-jdbc-state-service.xml, and deploy/jms/hsqldb-jdbc2-service.xml with appropriate equivalents.

          In place of deploy/hsqldb-ds.xml you'll use your preferred data source
          In place of deploy/jms/hsqldb-jdbc2-service.xml you'll start with the best fit from the docs/examples/jms folder and edit to suit your data source
          The deploy/jms/hsqldb-jdbc-state-service.xml isn't really all that Hypersonic-specific. You may only need to change the data source name (and probably want to rename the file appropriately)

          Hope this helps
          /Ole