AMQ-4747: Fixed so AMQ dont log WARNs to system out on startup. Disbled the insight module as it need a new release with a fix.

This commit is contained in:
Claus Ibsen 2013-09-30 16:43:16 +02:00
parent bdbe3d2d08
commit a24560c607
1 changed files with 2 additions and 1 deletions

View File

@ -30,10 +30,11 @@
</bean>
<!-- Allows log searching in hawtio console -->
<!-- Disabled until new release of insight to fix AMQ-4747
<bean id="logQuery" class="org.fusesource.insight.log.log4j.Log4jLogQuery"
lazy-init="false" scope="singleton"
init-method="start" destroy-method="stop">
</bean>
</bean> -->
<!--
The <broker> element is used to configure the ActiveMQ broker.