How do I use a third-party JDBC driver with WebLogic JMS?
A. If your JDBC driver is not included in the list of drivers in the question about JDBC databases supported by WebLogic JMS, then the tables required by JMS must be created manually. Follow the procedures in JDBC Database Utility in Programming WebLogic JMS to manually create the database tables for the JDBC store. Note: WebLogic Server only guarantees support for the JDBC drivers listed in “JMS JDBC Stores Tasks” in the Administration Console Online Help. Support for any other JDBC driver is not guaranteed. Another option is to consider using a JMS file store instead of a JMS JDBC store. File stores are easier to configure and may provide significantly better performance.