mirror of
https://github.com/apache/activemq.git
synced 2025-02-09 03:25:33 +00:00
Allow to access server log
This commit is contained in:
parent
8188f7f884
commit
82fb18d0d1
@ -138,6 +138,7 @@
|
|||||||
<include>org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec</include>
|
<include>org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec</include>
|
||||||
<include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include>
|
<include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include>
|
||||||
<include>org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec</include>
|
<include>org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec</include>
|
||||||
|
<include>org.ops4j.pax.url:pax-url-aether</include>
|
||||||
<include>${pom.groupId}:activemq-web</include>
|
<include>${pom.groupId}:activemq-web</include>
|
||||||
<include>org.fusesource.hawtbuf:hawtbuf</include>
|
<include>org.fusesource.hawtbuf:hawtbuf</include>
|
||||||
<include>org.fusesource.insight:insight-log-core</include>
|
<include>org.fusesource.insight:insight-log-core</include>
|
||||||
|
@ -28,6 +28,12 @@
|
|||||||
</property>
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
|
<!-- Allows accessing the server log -->
|
||||||
|
<bean id="logQuery" class="org.fusesource.insight.log.log4j.Log4jLogQuery"
|
||||||
|
lazy-init="false" scope="singleton"
|
||||||
|
init-method="start" destroy-method="stop">
|
||||||
|
</bean>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
The <broker> element is used to configure the ActiveMQ broker.
|
The <broker> element is used to configure the ActiveMQ broker.
|
||||||
-->
|
-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user