[jboss-cvs] JBoss Messaging SVN: r6654 - trunk/src/main/org/jboss/messaging/integration/bootstrap.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 5 04:56:27 EDT 2009


Author: jmesnil
Date: 2009-05-05 04:56:27 -0400 (Tue, 05 May 2009)
New Revision: 6654

Modified:
   trunk/src/main/org/jboss/messaging/integration/bootstrap/JBMBootstrapServer.java
Log:
* added logs to inform when the server is starting/started

Modified: trunk/src/main/org/jboss/messaging/integration/bootstrap/JBMBootstrapServer.java
===================================================================
--- trunk/src/main/org/jboss/messaging/integration/bootstrap/JBMBootstrapServer.java	2009-05-04 14:08:46 UTC (rev 6653)
+++ trunk/src/main/org/jboss/messaging/integration/bootstrap/JBMBootstrapServer.java	2009-05-05 08:56:27 UTC (rev 6654)
@@ -69,6 +69,8 @@
     */
    public static void main(final String[] args) throws Exception
    {
+      log.info("Starting JBoss Messaging server");
+
       JBMBootstrapServer bootstrap = new JBMBootstrapServer(args);
       
       bootstrap.run();
@@ -79,6 +81,7 @@
       try
       {
          super.run();
+         log.info("JBoss Messaging server started");
       }
       catch (RuntimeException e)
       {




More information about the jboss-cvs-commits mailing list