k-wall 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_r327131148
##########
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:
@clebertsuconic you mean like amqpLowCredits?
` <acceptor
name="amqp">tcp://0.0.0.0:5672?tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576;protocols=AMQP;useEpoll=true;amqpCredits=1000;amqpLowCredits=300</acceptor>`
if so would.. be acceptable?
`amqpUseModifiedForTransientDeliveryErrors=<boolean>`
----------------------------------------------------------------
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