ActiveMQ 5.7 (embedded broker only with activemq-core-5.7.0.jar)
---

I couldn't seem find a way to configure the following combination of pending
message cursors for a certain queue:

  queue cursor
    non-persistent cursor => VMPendingMessageCursor
    persistent cursor => QueueStorePrefetch

>From my understanding, there are 2 factors through that I can tweak the
types of PendingMessageCursor for both non-persistent and persistent
messages: BrokerService#isPersistent && PolicyEntry#setPendingQueuePolicy,
and I couldn't find a way to make the above combination.  

FYI, the requirement is that, for the queues, I want per-destination memory
limit + PFC for non-persistent messaging while leaving it to use the back-ed
persistent store & store-based cursor for the persistent messaging.

Thanks,
Jake





--
View this message in context: 
http://activemq.2283324.n4.nabble.com/How-to-configure-this-combination-of-queue-cursors-tp4670003.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to