Interface ServerMessage
-
- All Superinterfaces:
Message,MessageInternal
- All Known Implementing Classes:
ServerMessageImpl
@Deprecated public interface ServerMessage extends MessageInternal
Deprecated.
-
-
Field Summary
-
Fields inherited from interface org.apache.activemq.artemis.api.core.Message
BYTES_TYPE, DEFAULT_TYPE, EMBEDDED_TYPE, HDR_ACTUAL_EXPIRY_TIME, HDR_BRIDGE_DUPLICATE_ID, HDR_CONTENT_TYPE, HDR_DUPLICATE_DETECTION_ID, HDR_GROUP_ID, HDR_GROUP_SEQUENCE, HDR_INGRESS_TIMESTAMP, HDR_LARGE_BODY_SIZE, HDR_LARGE_COMPRESSED, HDR_LAST_VALUE_NAME, HDR_ORIG_MESSAGE_ID, HDR_ORIG_ROUTING_TYPE, HDR_ORIGINAL_ADDRESS, HDR_ORIGINAL_QUEUE, HDR_PREFIX, HDR_ROUTE_TO_ACK_IDS, HDR_ROUTE_TO_IDS, HDR_ROUTING_TYPE, HDR_SCALEDOWN_TO_IDS, HDR_SCHEDULED_DELIVERY_TIME, HDR_VALIDATED_USER, INTERNAL_PROPERTY_NAMES_PREDICATE, LARGE_EMBEDDED_TYPE, MAP_TYPE, memoryOffset, OBJECT_TYPE, STREAM_TYPE, TEXT_TYPE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description MessageReferencecreateReference(Queue queue)Deprecated.voidencodeMessageIDToBuffer()Deprecated.voidforceAddress(SimpleString address)Deprecated.This will force encoding of the address, and will re-check the buffer This is to avoid setMessageTransient which set the address without changing the bufferICoreMessagegetICoreMessage()Deprecated.PagingStoregetPagingStore()Deprecated.ServerMessagemakeCopyForExpiryOrDLA(long newID, MessageReference originalReference, boolean expiry, boolean copyOriginalHeaders)Deprecated.voidsetOriginalHeaders(ServerMessage other, MessageReference originalReference, boolean expiry)Deprecated.voidsetPagingStore(PagingStore store)Deprecated.booleanstoreIsPaging()Deprecated.-
Methods inherited from interface org.apache.activemq.artemis.api.core.Message
acceptsConsumer, clearInternalProperties, containsProperty, containsProperty, copy, copy, copy, durableDown, durableUp, getAddress, getAddressSimpleString, getAnnotation, getAnnotationString, getBodyBuffer, getBooleanProperty, getBooleanProperty, getBrokerProperty, getByteProperty, getByteProperty, getBytesProperty, getBytesProperty, getConnectionID, getCorrelationID, getDoubleProperty, getDoubleProperty, getDuplicateIDBytes, getDuplicateProperty, getDurableCount, getEncodeSize, getExpiration, getExtraBytesProperty, getFloatProperty, getFloatProperty, getGroupID, getGroupSequence, getIngressTimestamp, getIntProperty, getIntProperty, getLastValueProperty, getLongProperty, getLongProperty, getMemoryEstimate, getMessageID, getObjectProperty, getObjectProperty, getObjectPropertyForFilter, getOwner, getPersistentSize, getPersister, getPersistSize, getPriority, getPropertyNames, getProtocolName, getRefCount, getReplyTo, getRoutingType, getScheduledDeliveryTime, getShortProperty, getShortProperty, getSimpleStringProperty, getSimpleStringProperty, getStringBody, getStringProperty, getStringProperty, getTimestamp, getType, getUsage, getUserContext, getUserID, getValidatedUserID, getWholeMessageSize, hasScheduledDeliveryTime, isDurable, isExpired, isLargeMessage, messageChanged, persist, putBooleanProperty, putBooleanProperty, putByteProperty, putByteProperty, putBytesProperty, putBytesProperty, putCharProperty, putCharProperty, putDoubleProperty, putDoubleProperty, putExtraBytesProperty, putFloatProperty, putFloatProperty, putIntProperty, putIntProperty, putLongProperty, putLongProperty, putObjectProperty, putObjectProperty, putShortProperty, putShortProperty, putStringProperty, putStringProperty, putStringProperty, receiveBuffer, reencode, refDown, referenceOriginalMessage, refUp, rejectConsumer, reloadPersistence, removeAnnotation, removeExtraBytesProperty, removeProperty, removeProperty, sendBuffer, setAddress, setAddress, setAnnotation, setBrokerProperty, setConnectionID, setCorrelationID, setDurable, setExpiration, setGroupID, setGroupID, setGroupSequence, setIngressTimestamp, setLastValueProperty, setMessageID, setOwner, setPriority, setReplyTo, setRoutingType, setScheduledDeliveryTime, setTimestamp, setType, setUserContext, setUserID, setValidatedUserID, toCompositeData, toCore, toCore, toMap, toMap, toPropertyMap, toPropertyMap, usageDown, usageUp
-
Methods inherited from interface org.apache.activemq.artemis.core.message.impl.MessageInternal
bodyChanged, decodeFromBuffer, decodeHeadersAndProperties, encodeHeadersAndProperties, getBodyEncoder, getBodyInputStream, getEncodedBuffer, getEndOfBodyPosition, getEndOfMessagePosition, getHeadersAndPropertiesEncodeSize, getTypedProperties, getWholeBuffer, isServerMessage, setAddressTransient
-
-
-
-
Method Detail
-
getICoreMessage
ICoreMessage getICoreMessage()
Deprecated.
-
createReference
MessageReference createReference(Queue queue)
Deprecated.
-
forceAddress
void forceAddress(SimpleString address)
Deprecated.This will force encoding of the address, and will re-check the buffer This is to avoid setMessageTransient which set the address without changing the buffer- Parameters:
address-
-
makeCopyForExpiryOrDLA
ServerMessage makeCopyForExpiryOrDLA(long newID, MessageReference originalReference, boolean expiry, boolean copyOriginalHeaders) throws Exception
Deprecated.- Throws:
Exception
-
setOriginalHeaders
void setOriginalHeaders(ServerMessage other, MessageReference originalReference, boolean expiry)
Deprecated.
-
setPagingStore
void setPagingStore(PagingStore store)
Deprecated.
-
getPagingStore
PagingStore getPagingStore()
Deprecated.
-
storeIsPaging
boolean storeIsPaging()
Deprecated.
-
encodeMessageIDToBuffer
void encodeMessageIDToBuffer()
Deprecated.
-
-