[
https://issues.apache.org/jira/browse/AMQNET-596?focusedWorklogId=293142&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-293142
]
ASF GitHub Bot logged work on AMQNET-596:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Aug/19 13:45
Start Date: 12/Aug/19 13:45
Worklog Time Spent: 10m
Work Description: michaelandrepearce commented on pull request #15:
AMQNET-596: Added local message expiry connection uri connection property
URL: https://github.com/apache/activemq-nms-amqp/pull/15#discussion_r312931594
##########
File path: src/NMS.AMQP/NmsConnectionFactory.cs
##########
@@ -99,6 +99,11 @@ private IdGenerator ConnectionIdGenerator
}
}
+ /// <summary>
+ /// Enables local message expiry for all MessageConsumers under the
connection. Default is true.
+ /// </summary>
+ public bool IsLocalMessageExpiry { get; set; } = true;
Review comment:
@cjwmorgan-sol assume you've seen this?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 293142)
Time Spent: 1h (was: 50m)
> Support LocalMessageExpiry property for NMS AMQP
> ------------------------------------------------
>
> Key: AMQNET-596
> URL: https://issues.apache.org/jira/browse/AMQNET-596
> Project: ActiveMQ .Net
> Issue Type: Improvement
> Components: AMQP, NMS
> Reporter: Chris Morgan
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Qpid Jms has a connection property to Enable/Disable LocalMessageExpiry. The
> nms amqp provider should support this property as some amqp brokers do not
> support LocalMessageExpiry at the protocol level over amqp.
>
> This property should be added to the NmsConnectionFactory, along with the
> ConnectionInfo Class and the ConsumerInfo Class and applied at consumer
> message receive.
>
> The default value in qpid jms is true to have the nms amqp provider should
> have the same default.
>
> The string name of the property will be "nms.localMessagePriority".
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)