clebertsuconic commented on a change in pull request #2848: ARTEMIS-2497:
[AMQP] Allow handling of the reject disposition to be configured
URL: https://github.com/apache/activemq-artemis/pull/2848#discussion_r329220926
##########
File path:
artemis-server/src/main/java/org/apache/activemq/artemis/core/config/impl/ConfigurationImpl.java
##########
@@ -306,6 +306,8 @@
private Long globalMaxSize;
+ private boolean amqpTreatRejectAsUnmodifiedDeliveryFailed =
ActiveMQDefaultConfiguration.getDefaultTreatRejectAsUnmodifiedDeliveryFailed();
Review comment:
Are you changing this similar to your other featrure? add it to
ProtonProtocolManager instead?
----------------------------------------------------------------
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]
With regards,
Apache Git Services