-
1. Re: Really long jboss server startup times
jbertram Aug 22, 2012 11:34 PM (in response to prpo)This is typically caused when a destination has lots of persistent messages in the database and the server needs to load them into memory when the destination is deployed.
-
2. Re: Really long jboss server startup times
prpo Aug 23, 2012 12:22 AM (in response to jbertram)Are these the JBM tables in the database? Is it possible to know which destination is causing the problem?
This is happening in a dev environment, is it okay to delete them?
What is the recommended approach to handling the messages in the database?
thanks
-
3. Re: Really long jboss server startup times
dgrove_redhat.com Sep 19, 2012 3:06 PM (in response to prpo)Yes, these are the JBM tables in the database.
Once the server has started, you can go to the JMX/web console under the "jboss.messaging.destination" category. Each destination has messages counters and the ability to remove messages from the destination.
If you have no problem with loosing those messages in the Dev environment, then feel free to remove them.