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:
parent
89a84c6ae2
commit
9b828d2d49
|
@ -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
|
||||
// -----------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue