Package org.exolab.jms.config

Examples of org.exolab.jms.config.LoggerConfiguration


     * @throws NamingException  if administered objects cannot be bound in JNDI
     * @throws ServiceException if the server cannot be initialised
     */
    public void init() throws NamingException, ServiceException {
        // initialise the logger
        LoggerConfiguration log = _config.getLoggerConfiguration();

        // @todo - need to do this in main(), to allow pluggable log factories
        // when embedding OpenJMS
        DOMConfigurator.configure(log.getFile());

        // initialise the services, and start them
        try {
            registerServices();
            _services.start();
View Full Code Here

TOP

Related Classes of org.exolab.jms.config.LoggerConfiguration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.