roughly speaking you should be able to modify the default-database-plan by --changing the dependencies to point to the mysql driver jar (and any others it may need) --changing the driver class --changing the url and deploy it like it's deployed in assembly's maven.xml don't have much time now... may be able to provide better instructions later. thanks david jencks On May 5, 2005, at 10:25 AM, Ben Lindahl wrote: > Hi all, > >   > > I’m trying to use ActiveMQ, which runs inside of Geronimo, using the > MySQL database (with Connector/J) for message persistence.  Can anyone > point me to how to configure Connector/J’s connection pooling with > Geronimo? > >   > > Thanks in advance. > >   > > - Ben