add new policyEntry attributed to schema for : https://issues.apache.org/activemq/browse/AMQ-1112

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@807969 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2009-08-26 11:51:18 +00:00
parent 7091405c19
commit 30db300a1a
3 changed files with 6 additions and 0 deletions

View File

@ -4146,6 +4146,8 @@ should be used
<xs:attribute name='maxProducersToAudit' type='xs:integer'/>
<xs:attribute name='maxQueueAuditDepth' type='xs:integer'/>
<xs:attribute name='memoryLimit' type='xs:string'/>
<xs:attribute name='expireMessagesPeriod' type='xs:long'/>
<xs:attribute name='maxExpirePageSize' type='xs:integer'/>
<xs:attribute name='messageEvictionStrategy' type='xs:string'>
<xs:annotation>
<xs:documentation><![CDATA[

View File

@ -1305,6 +1305,8 @@ bridge</td></tr>
<tr><td>maxProducersToAudit</td><td>xs:integer</td><td></td></tr>
<tr><td>maxQueueAuditDepth</td><td>xs:integer</td><td></td></tr>
<tr><td>memoryLimit</td><td>xs:long</td><td></td></tr>
<tr><td>expireMessagesPeriod</td><td>xs:long</td><td></td></tr>
<tr><td>maxExpirePageSize</td><td>xs:integer</td><td></td></tr>
<tr><td>minimumMessageSize</td><td>xs:long</td><td></td></tr>
<tr><td>optimizedDispatch</td><td>xs:boolean</td><td></td></tr>
<tr><td>producerFlowControl</td><td>xs:boolean</td><td></td></tr>

View File

@ -1615,6 +1615,8 @@ should be used{html} |
| maxProducersToAudit | _int_ | {html}{html} |
| maxQueueAuditDepth | _int_ | {html}{html} |
| memoryLimit | _long_ | {html}{html} |
| expireMessagesPeriod | _long_ | {html}{html} |
| maxExpirePageSize | _int_ | {html}{html} |
| messageEvictionStrategy | _[org.apache.activemq.broker.region.policy.MessageEvictionStrategy|#org.apache.activemq.broker.region.policy.MessageEvictionStrategy-types]_ | {html}Sets the eviction strategy used to decide which message to evict when the
slow consumer needs to discard messages{html} |
| messageGroupMapFactory | _[org.apache.activemq.broker.region.group.MessageGroupMapFactory|#org.apache.activemq.broker.region.group.MessageGroupMapFactory-types]_ | {html}Sets the factory used to create new instances of {MessageGroupMap} used