Description
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.