[
https://issues.apache.org/jira/browse/ARTEMIS-2294?focusedWorklogId=223102&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-223102
]
ASF GitHub Bot logged work on ARTEMIS-2294:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 04/Apr/19 16:49
Start Date: 04/Apr/19 16:49
Worklog Time Spent: 10m
Work Description: jbertram commented on pull request #2609: ARTEMIS-2294
implement duplicate detection for AMQP
URL: https://github.com/apache/activemq-artemis/pull/2609#discussion_r272271119
##########
File path:
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPMessage.java
##########
@@ -971,7 +971,7 @@ public Object getAMQPUserID() {
@Override
public Object getDuplicateProperty() {
- return null;
+ return
getObjectProperty(org.apache.activemq.artemis.api.core.Message.HDR_DUPLICATE_DETECTION_ID);
Review comment:
I wasn't aware that there was an AMQP-specific duplicate detection
property/annotation. Do you have documentation on that?
----------------------------------------------------------------
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: 223102)
Time Spent: 50m (was: 40m)
> Support duplicate detection for AMQP messages
> ---------------------------------------------
>
> Key: ARTEMIS-2294
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2294
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)