[
https://issues.apache.org/jira/browse/AMQ-5706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14394450#comment-14394450
]
Gary Tully commented on AMQ-5706:
---------------------------------
That will be more difficult to achieve than it seems because durable topic
subscribers share a single instance of the message. Flipping the redelivered
flag for one would effect all of the rest.
I guess the use case is valid for durable subs - but it would require some
major surgery. Would virtual topics work in your use case?
> Add persistJMSRedelivered to Topic policies
> -------------------------------------------
>
> Key: AMQ-5706
> URL: https://issues.apache.org/jira/browse/AMQ-5706
> Project: ActiveMQ
> Issue Type: New Feature
> Components: Broker
> Affects Versions: 5.11.1
> Reporter: Christopher L. Shannon
> Priority: Minor
>
> Currently the property {{persistJMSRedelivered}} can be set for Queue
> policies as seen on this page
> http://activemq.apache.org/per-destination-policies.html. I would like to
> also be able to set this property on a Topic policy as well. It seems that
> most of the work has already been done to support this as the
> {{BaseDestination}} class is where this property is set so there shouldn't be
> a reason why this property couldn't also apply to topics. The
> {{PolicyEntry}} class needs to be modified to allow this property to be
> applied.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)