7 Replies Latest reply on Oct 3, 2008 3:24 AM by timfox

    Takes much time to Startup - 1.4.0.SP3

      Hi

      I have downloaded latest version of JBoss Messaging(1.4.0.SP3) to replace our older version in Prod Environment.
      With previous version, JBoss messaging server takes lot of time to start and we suspect the reason could be SQL scripts(Create and
      updates )available in mysql-persistence-service.xml file.

      Following are the attributes in mysql-persistence-service.xml, which makes the Queries run .

      <attribute name="CreateTablesOnStartup">true</attribute>
      <attribute name="UsingBatchUpdates">true</attribute>
      

      Suppose if we make these atrribute values to be false, will there be any impact.Please provide your suggestion on this

      FYI....
      We have millions of messages which are pending to be delivered from the JBoss messaging server.