When send to Q big amount of prioritrized messages they done by wrong
priority on consumer side.
* The issue not happen when in Q about 60-100 sent messages.Used
activemq.xml for Q configuration.Tried to increase cache and disk size , but
looks like it not help
If you have any idea how to solve this bug ,please let me know
Defined :
<policyEntry queue="MyQueue" producerFlowControl="true"
memoryLimit="4096mb"
prioritizedMessages="true"
queuePrefetch="1"
useCache="false" expireMessagesPeriod="0"
strictOrderDispatch="true">
<pendingQueuePolicy>
<vmQueueCursor/>
</pendingQueuePolicy>
</policyEntry>
<persistenceAdapter>
<kahaDB directory="${activemq.data}/kahadb"
ignoreMissingJournalfiles="true"
checkForCorruptJournalFiles="true"
checksumJournalFiles="true"/>
</persistenceAdapter>
<systemUsage>
<systemUsage>
<memoryUsage>
<memoryUsage limit="3900 mb"/>
</memoryUsage>
<storeUsage>
<storeUsage limit="25 gb"/>
</storeUsage>
<tempUsage>
<tempUsage limit="0 mb"/>
</tempUsage>
</systemUsage>
</systemUsage>
http://activemq.apache.org/configuring-transports.html
-->
<transportConnectors>
<transportConnector name="openwire"
uri="tcp://0.0.0.0:1414?maximumConnections=1000&wireformat.maxFrameSize=104857600"/>
</transportConnectors>
<shutdownHooks>
<bean xmlns="http://www.springframework.org/schema/beans"
class="org.apache.activemq.hooks.SpringContextHook" />
</shutdownHooks>
</broker>
--
View this message in context:
http://activemq.2283324.n4.nabble.com/When-send-to-Q-big-amount-of-prioritrized-messages-they-done-by-wrong-priority-on-consumer-side-tp4702831.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.