|
Revision 2787
(checked in by douglm, 3 years ago)
|
Rearrange source and build so that the monitor module is built and deployed along with the rest.
Filter the crawler queue or a rebuild will fail due to self generated messages
Add a read-only message count property to the indexer
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<server> |
|---|
| 3 |
<!-- guarantee separate classloader --> |
|---|
| 4 |
<loader-repository> |
|---|
| 5 |
org.bedework:archive=monitor-service |
|---|
| 6 |
</loader-repository> |
|---|
| 7 |
|
|---|
| 8 |
<mbean code="org.bedework.sysevents.monitor.BwSysMonitor" |
|---|
| 9 |
name="org.bedework:service=BwSysMonitor"> |
|---|
| 10 |
<!-- no attributes yet |
|---|
| 11 |
<attribute name="Account">admin</attribute> |
|---|
| 12 |
<attribute name="SkipPaths">/public/unbrowsable:/public/aliases</attribute> |
|---|
| 13 |
--> |
|---|
| 14 |
|
|---|
| 15 |
<!-- We need activemq --> |
|---|
| 16 |
<depends>jboss.jca:service=ConnectionFactoryBinding,name=activemq/QueueConnectionFactory</depends> |
|---|
| 17 |
</mbean> |
|---|
| 18 |
</server> |
|---|