Renaming ClientConsumer/hornetq property, with adding a todo block

https://issues.apache.org/jira/browse/ACTIVEMQ6-42

we need to make sure the ClientConsumerImpl.forced_delivery_message
property is correctly dealt with.
This commit is contained in:
Clebert Suconic 2014-11-19 17:46:33 -05:00
parent 89a84c6ae2
commit 9b828d2d49
1 changed files with 4 additions and 1 deletions

View File

@ -59,7 +59,10 @@ public final class ClientConsumerImpl implements ClientConsumerInternal
private static final int NUM_PRIORITIES = 10;
public static final SimpleString FORCED_DELIVERY_MESSAGE = new SimpleString("_hornetq.forced.delivery.seq");
// TODO: We need to set this to _hornetq | activemq based on the version of the protocol
// I have added a comment about this at https://issues.apache.org/jira/browse/ACTIVEMQ6-42
public static final SimpleString FORCED_DELIVERY_MESSAGE = new SimpleString("_activemq.forced.delivery.seq");
// Attributes
// -----------------------------------------------------------------------------------