mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-3236 - revert use of all caps in property name
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1084604 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3da9f1c6ea
commit
eee1db625a
|
@ -44,7 +44,7 @@ import org.apache.activemq.util.TypeConversionSupport;
|
|||
*/
|
||||
public class ActiveMQMessage extends Message implements org.apache.activemq.Message, ScheduledMessage {
|
||||
public static final byte DATA_STRUCTURE_TYPE = CommandTypes.ACTIVEMQ_MESSAGE;
|
||||
public static final String DLQ_DELIVERY_FAILURE_CAUSE_PROPERTY = "DLQ_DELIVERY_FAILURE_CAUSE";
|
||||
public static final String DLQ_DELIVERY_FAILURE_CAUSE_PROPERTY = "dlqDeliveryFailureCause";
|
||||
private static final Map<String, PropertySetter> JMS_PROPERTY_SETERS = new HashMap<String, PropertySetter>();
|
||||
|
||||
protected transient Callback acknowledgeCallback;
|
||||
|
|
Loading…
Reference in New Issue