We've inherited the development of just one web application which uses GlassFish Setup Instructions We have a connection pool, JDBC These are all manual steps for processing and setting up JMMS. I'm wondering if there is an API that can allow us to do all this work automatically (like with a script)?
Thank you!
have you seen the ASDMM utility? You can script it to call the utility to set up resource pools, database connection information, message queue processing, etc.
Here's a link
You can use the org.glassfish.api.admin.AdminCommand API to do an automatically, say in Java.
This can help.
Here are some examples for using the API.
Bob.
No comments:
Post a Comment