clebertsuconic commented on a change in pull request #2847: ARTEMIS-2494:
[AMQP] Allow Modified disposition to be used signal address full to a sending
peer
URL: https://github.com/apache/activemq-artemis/pull/2847#discussion_r327115785
##########
File path:
artemis-server/src/main/java/org/apache/activemq/artemis/core/deployers/impl/FileConfigurationParser.java
##########
@@ -264,6 +264,8 @@
private static final String AMQP_USE_CORE_SUBSCRIPTION_NAMING =
"amqp-use-core-subscription-naming";
+ private static final String AMQP_USE_MODIFIED_FOR_TRANSIENT_DELIVERY_ERRORS
= "amqp-use-modified-for-transient-delivery-errors";
Review comment:
Same thing here, please use ProtonProtocolManager property for this. you can
simply set a boolean property on the acceptors.
----------------------------------------------------------------
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