Thanks for reply. I looked at the logs, could not find any information
related to the error.
I enabled the debug logs through below property .
# Or for more fine grained debug logging uncomment one of these
x#log4j.logger.org.apache.activemq=DEBUG
PS Attached log for reference.
Thanks,
Maneesh
On Friday, October 14, 2016 at 1:50:10 PM UTC-7, R.I.Pienaar wrote:
>
> you'll have to check activemq logs
>
> ----- Original Message -----
> > From: "Maneesh M P" <[email protected] <javascript:>>
> > To: "mcollective-users" <[email protected] <javascript:>>
> > Sent: Friday, 14 October, 2016 00:20:45
> > Subject: [mcollective-users] activemq is not listening on
>
> > With the below simple configuration I am not able to make activemq
> listen
> > to 61613.
> > Service starts ok
> >
> > $sudo service activemq status
> > * Checking status of ActiveMQ instance activemq
> > [ OK ]
> > But
> > $ netstat -an | grep 61613
> > does not return anything.
> >
> > Any help will be highly appreciated
> >
> > Thanks,
> > Maneesh
> >
> > */etc/activemq/instances-enabled/main/activemq.xml *
> >
> > <!--
> > Licensed to the Apache Software Foundation (ASF) under one or more
> > contributor license agreements. See the NOTICE file distributed with
> > this work for additional information regarding copyright ownership.
> > The ASF licenses this file to You under the Apache License, Version
> 2.0
> > (the "License"); you may not use this file except in compliance with
> > the License. You may obtain a copy of the License at
> >
> > http://www.apache.org/licenses/LICENSE-2.0
> >
> > Unless required by applicable law or agreed to in writing, software
> > distributed under the License is distributed on an "AS IS" BASIS,
> > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> > See the License for the specific language governing permissions and
> > limitations under the License.
> > -->
> >
> > <beans
> > xmlns="http://www.springframework.org/schema/beans"
> > xmlns:amq="http://activemq.apache.org/schema/core"
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> > xsi:schemaLocation="http://www.springframework.org/schema/beans
> > http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
> > http://activemq.apache.org/schema/core
> > http://activemq.apache.org/schema/core/activemq-core.xsd">
> >
> > <!-- Allows us to use system properties as variables in this
> > configuration file -->
> > <bean
> >
> class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
>
>
> >
> > <broker xmlns="http://activemq.apache.org/schema/core"
> > useJmx="false"
> > brokerName="mytest.com"
> > dataDirectory="${activemq.base}/data"
> > schedulePeriodForDestinationPurge="6000"
> > >
> >
> > <!--
> > Configure message persistence for the broker. The default
> > persistence
> > mechanism is the KahaDB store (identified by the kahaDB tag).
> > For more information, see:
> >
> > http://activemq.apache.org/persistence.html
> > -->
> > <persistenceAdapter>
> > <kahaDB directory="${activemq.base}/data/kahadb"/>
> > </persistenceAdapter>
> >
> > <destinationPolicy>
> > <policyMap>
> > <policyEntries>
> > <policyEntry topic=">" producerFlowControl="false"
> > gcInactiveDestinations="false" memoryLimit="1mb"></policyEntry>
> > <policyEntry queue="*.reply.>"
> > producerFlowControl="true" gcInactiveDestinations="true"
> > inactiveTimoutBeforeGC="300000"></policyEntry>
> > </policyEntries>
> > </policyMap>
> > </destinationPolicy>
> >
> > <plugins>
> > <simpleAuthenticationPlugin>
> > <users>
> > <authenticationUser username="client" password="abc"
> > groups="servers,client,everyone"/>
> > <authenticationUser username="server" password="xyz="
> > groups="servers,everyone"/>
> > </users>
> > </simpleAuthenticationPlugin>
> >
> > <authorizationPlugin>
> > <map>
> > <authorizationMap>
> > <authorizationEntries>
> > <authorizationEntry queue="mcollective.>"
> > admin="clients" read="cliets" write="clients"></authorizationEntry>
> > <authorizationEntry topic="mcollective.>"
> > admin="clients" read="cliets" write="clients"></authorizationEntry>
> > <authorizationEntry topic="mcollective.nodes"
> > admin="servers" read="servers"></authorizationEntry>
> > <authorizationEntry topic="mcollective.reply"
> > admin="servers" write="servers"></authorizationEntry>
> > <authorizationEntry topic="mcollective.*.agent"
> > admin="servers" read="servers"></authorizationEntry>
> > <authorizationEntry
> > topic="mcollective.registration.agent" admin="servers" read="servers"
> > write="servers"></authorizationEntry>
> > <authorizationEntry topic="ActiveMQ.Advisory"
> > admin="everyone" read="everyone" write="everyone"></authorizationEntry>
> > </authorizationEntries>
> > </authorizationMap>
> > </map>
> > </authorizationPlugin>
> > </plugins>
> > <transportConnectors>
> > <transportConnector name="stomp+nio"
> > uri="stomp+nio://[::0]:61613"/>
> > </transportConnectors>
> > <!-- <import resource="jetty.xml"/> -->
> > </broker>
> >
> >>
> >
>
> > 89,1 Bot
> >
> > --
> >
> > ---
> > You received this message because you are subscribed to the Google
> Groups
> > "mcollective-users" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email
> > to [email protected] <javascript:>.
> > For more options, visit https://groups.google.com/d/optout.
>
--
---
You received this message because you are subscribed to the Google Groups
"mcollective-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
2016-10-09 22:33:48,354 | INFO | Refreshing
org.apache.activemq.xbean.XBeanBrokerFactory$1@77fe6f88: startup date [Sun Oct
09 22:33:48 PDT 2016]; root of context hierarchy |
org.apache.activemq.xbean.XBeanBrokerFactory$1 | main
2016-10-09 22:36:17,886 | INFO | Refreshing
org.apache.activemq.xbean.XBeanBrokerFactory$1@77fe6f88: startup date [Sun Oct
09 22:36:17 PDT 2016]; root of context hierarchy |
org.apache.activemq.xbean.XBeanBrokerFactory$1 | main
2016-10-09 22:38:17,451 | INFO | Refreshing
org.apache.activemq.xbean.XBeanBrokerFactory$1@77fe6f88: startup date [Sun Oct
09 22:38:17 PDT 2016]; root of context hierarchy |
org.apache.activemq.xbean.XBeanBrokerFactory$1 | main
2016-10-09 22:39:27,521 | DEBUG | Now attempting to figure out the type of
resource: activemq.xml | org.apache.activemq.xbean.XBeanBrokerFactory | main
2016-10-09 22:39:27,554 | INFO | Refreshing
org.apache.activemq.xbean.XBeanBrokerFactory$1@147eef21: startup date [Sun Oct
09 22:39:27 PDT 2016]; root of context hierarchy |
org.apache.activemq.xbean.XBeanBrokerFactory$1 | main
2016-10-09 22:39:27,607 | INFO | Loading XML bean definitions from class path
resource [activemq.xml] |
org.apache.xbean.spring.context.v2.XBeanXmlBeanDefinitionReader | main
2016-10-09 22:39:27,631 | DEBUG | Using JAXP provider
[com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
org.springframework.beans.factory.xml.DefaultDocumentLoader | main
2016-10-09 22:39:27,672 | DEBUG | Loading schema mappings from
[META-INF/spring.schemas] |
org.springframework.beans.factory.xml.PluggableSchemaResolver | main
2016-10-09 22:39:27,685 | DEBUG | Loaded schema mappings:
{http://activemq.apache.org/schema/core/activemq-core.xsd=activemq.xsd,
http://activemq.org/config/1.0/1.0.xsd=activemq.xsd,
http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd,
http://www.springframework.org/schema/jms/spring-jms-3.0.xsd=org/springframework/jms/config/spring-jms-3.0.xsd,
http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd,
http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd,
http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd,
http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd,
http://activemq.org/config/1.0=activemq.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.4.1.xsd=activemq.xsd,
http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.3.1.xsd=activemq.xsd,
http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd,
http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.0.xsd,
http://activemq.apache.org/schema/core=activemq.xsd,
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd,
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd,
http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.4.0.xsd=activemq.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.1.0.xsd=activemq.xsd,
http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.3.0.xsd=activemq.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.0.0.xsd=activemq.xsd,
http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.5.0.xsd=activemq.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd=activemq.xsd,
http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd,
http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd,
http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd,
http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd,
http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd,
http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd,
http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd,
http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd,
http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.0.xsd,
http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd,
http://www.springframework.org/schema/jms/spring-jms-2.5.xsd=org/springframework/jms/config/spring-jms-2.5.xsd,
http://www.springframework.org/schema/jms/spring-jms.xsd=org/springframework/jms/config/spring-jms-3.0.xsd,
http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd,
http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd,
http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd,
http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd,
http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd,
http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd,
http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd,
http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd,
http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.4.2.xsd=activemq.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.3.2.xsd=activemq.xsd,
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd}
| org.springframework.beans.factory.xml.PluggableSchemaResolver | main
2016-10-09 22:39:27,686 | DEBUG | Found XML schema
[http://www.springframework.org/schema/beans/spring-beans-2.0.xsd] in
classpath: org/springframework/beans/factory/xml/spring-beans-2.0.xsd |
org.springframework.beans.factory.xml.PluggableSchemaResolver | main
2016-10-09 22:39:27,756 | DEBUG | Found XML schema
[http://activemq.apache.org/schema/core/activemq-core.xsd] in classpath:
activemq.xsd | org.springframework.beans.factory.xml.PluggableSchemaResolver |
main
2016-10-14 00:20:08,211 | DEBUG | Now attempting to figure out the type of
resource: activemq.xml | org.apache.activemq.xbean.XBeanBrokerFactory | main
2016-10-14 00:20:08,244 | INFO | Refreshing
org.apache.activemq.xbean.XBeanBrokerFactory$1@516651b7: startup date [Fri Oct
14 00:20:08 PDT 2016]; root of context hierarchy |
org.apache.activemq.xbean.XBeanBrokerFactory$1 | main
2016-10-14 00:20:08,288 | INFO | Loading XML bean definitions from class path
resource [activemq.xml] |
org.apache.xbean.spring.context.v2.XBeanXmlBeanDefinitionReader | main
2016-10-14 00:20:08,306 | DEBUG | Using JAXP provider
[com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
org.springframework.beans.factory.xml.DefaultDocumentLoader | main
2016-10-14 00:20:08,336 | DEBUG | Loading schema mappings from
[META-INF/spring.schemas] |
org.springframework.beans.factory.xml.PluggableSchemaResolver | main
2016-10-14 00:20:08,339 | DEBUG | Loaded schema mappings:
{http://activemq.apache.org/schema/core/activemq-core.xsd=activemq.xsd,
http://activemq.org/config/1.0/1.0.xsd=activemq.xsd,
http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd,
http://www.springframework.org/schema/jms/spring-jms-3.0.xsd=org/springframework/jms/config/spring-jms-3.0.xsd,
http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd,
http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd,
http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd,
http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd,
http://activemq.org/config/1.0=activemq.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.4.1.xsd=activemq.xsd,
http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.3.1.xsd=activemq.xsd,
http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd,
http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.0.xsd,
http://activemq.apache.org/schema/core=activemq.xsd,
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd,
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd,
http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.4.0.xsd=activemq.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.1.0.xsd=activemq.xsd,
http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.3.0.xsd=activemq.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.0.0.xsd=activemq.xsd,
http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.5.0.xsd=activemq.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd=activemq.xsd,
http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd,
http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd,
http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd,
http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd,
http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd,
http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd,
http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd,
http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd,
http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.0.xsd,
http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd,
http://www.springframework.org/schema/jms/spring-jms-2.5.xsd=org/springframework/jms/config/spring-jms-2.5.xsd,
http://www.springframework.org/schema/jms/spring-jms.xsd=org/springframework/jms/config/spring-jms-3.0.xsd,
http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd,
http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd,
http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd,
http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd,
http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd,
http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd,
http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd,
http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd,
http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.4.2.xsd=activemq.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.3.2.xsd=activemq.xsd,
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd}
| org.springframework.beans.factory.xml.PluggableSchemaResolver | main
2016-10-14 00:20:08,340 | DEBUG | Found XML schema
[http://www.springframework.org/schema/beans/spring-beans-2.0.xsd] in
classpath: org/springframework/beans/factory/xml/spring-beans-2.0.xsd |
org.springframework.beans.factory.xml.PluggableSchemaResolver | main
2016-10-14 00:20:08,378 | DEBUG | Found XML schema
[http://activemq.apache.org/schema/core/activemq-core.xsd] in classpath:
activemq.xsd | org.springframework.beans.factory.xml.PluggableSchemaResolver |
main
2016-10-14 13:45:56,994 | DEBUG | Now attempting to figure out the type of
resource: activemq.xml | org.apache.activemq.xbean.XBeanBrokerFactory | main
2016-10-14 13:45:57,027 | INFO | Refreshing
org.apache.activemq.xbean.XBeanBrokerFactory$1@147eef21: startup date [Fri Oct
14 13:45:57 PDT 2016]; root of context hierarchy |
org.apache.activemq.xbean.XBeanBrokerFactory$1 | main
2016-10-14 13:45:57,072 | INFO | Loading XML bean definitions from class path
resource [activemq.xml] |
org.apache.xbean.spring.context.v2.XBeanXmlBeanDefinitionReader | main
2016-10-14 13:45:57,090 | DEBUG | Using JAXP provider
[com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl] |
org.springframework.beans.factory.xml.DefaultDocumentLoader | main
2016-10-14 13:45:57,120 | DEBUG | Loading schema mappings from
[META-INF/spring.schemas] |
org.springframework.beans.factory.xml.PluggableSchemaResolver | main
2016-10-14 13:45:57,138 | DEBUG | Loaded schema mappings:
{http://activemq.apache.org/schema/core/activemq-core.xsd=activemq.xsd,
http://activemq.org/config/1.0/1.0.xsd=activemq.xsd,
http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd,
http://www.springframework.org/schema/jms/spring-jms-3.0.xsd=org/springframework/jms/config/spring-jms-3.0.xsd,
http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd,
http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd,
http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd,
http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd,
http://activemq.org/config/1.0=activemq.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.4.1.xsd=activemq.xsd,
http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.3.1.xsd=activemq.xsd,
http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd,
http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.0.xsd,
http://activemq.apache.org/schema/core=activemq.xsd,
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd,
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd,
http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.4.0.xsd=activemq.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.1.0.xsd=activemq.xsd,
http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.3.0.xsd=activemq.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.0.0.xsd=activemq.xsd,
http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.5.0.xsd=activemq.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd=activemq.xsd,
http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd,
http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd,
http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd,
http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd,
http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd,
http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd,
http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd,
http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd,
http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.0.xsd,
http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd,
http://www.springframework.org/schema/jms/spring-jms-2.5.xsd=org/springframework/jms/config/spring-jms-2.5.xsd,
http://www.springframework.org/schema/jms/spring-jms.xsd=org/springframework/jms/config/spring-jms-3.0.xsd,
http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd,
http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd,
http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd,
http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd,
http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd,
http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd,
http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd,
http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd,
http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.4.2.xsd=activemq.xsd,
http://activemq.apache.org/schema/core/activemq-core-5.3.2.xsd=activemq.xsd,
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd}
| org.springframework.beans.factory.xml.PluggableSchemaResolver | main
2016-10-14 13:45:57,139 | DEBUG | Found XML schema
[http://www.springframework.org/schema/beans/spring-beans-2.0.xsd] in
classpath: org/springframework/beans/factory/xml/spring-beans-2.0.xsd |
org.springframework.beans.factory.xml.PluggableSchemaResolver | main
2016-10-14 13:45:57,180 | DEBUG | Found XML schema
[http://activemq.apache.org/schema/core/activemq-core.xsd] in classpath:
activemq.xsd | org.springframework.beans.factory.xml.PluggableSchemaResolver |
main