I'm wondering if destination policy map entries aggregate configuration?

For example:

<destinationPolicy>
    <policyMap>
        <policyEntries>
            <policyEntry queue=">" optimizedDispatch=”true”/>
            <policyEntry queue="test.>" useCache="false"/>
        </policyEntries>
    </policyMap>
</destinationPolicy>

Will a queue named "test.example" have useCase=false and optimizedDispatch=true?

Same for the default policy entry, will that get included to configure 
destinations which have existing policy entries, or will that only apply to 
destinations where there is no entry?  Some initial tests indicate it may be 
the later.

--jason




Reply via email to