Broker policyEntry DurableTopicPrefetch is ignored by default because of
connection.optimizedMessageDispatch
------------------------------------------------------------------------------------------------------------
Key: AMQ-3095
URL: https://issues.apache.org/jira/browse/AMQ-3095
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.4.2
Reporter: Gary Tully
Assignee: Gary Tully
Fix For: 5.5.0
By default optimizedMessageDispatch is enabled, which means the prefetch for a
durable sub will be 1000, but the broker is checking just for the default value
100 to determine if it will override. The broker needs to check for both 100
and 1000 or optimizedMessageDispatch=false needs to be used on a connection
factory.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.