Uses of Class
org.apache.activemq.artemis.core.message.impl.CoreMessage
Packages that use CoreMessage
Package
Description
-
Uses of CoreMessage in org.apache.activemq.artemis.api.core
Methods in org.apache.activemq.artemis.api.core that return CoreMessage -
Uses of CoreMessage in org.apache.activemq.artemis.api.core.management
Methods in org.apache.activemq.artemis.api.core.management with parameters of type CoreMessageModifier and TypeMethodDescriptionstatic voidManagementHelper.storeResult(CoreMessage message, Object result) Used by ActiveMQ Artemis management service. -
Uses of CoreMessage in org.apache.activemq.artemis.core.client.impl
Subclasses of CoreMessage in org.apache.activemq.artemis.core.client.implModifier and TypeClassDescriptionfinal classClientLargeMessageImpl is only created when receiving large messages.class -
Uses of CoreMessage in org.apache.activemq.artemis.core.message.impl
Methods in org.apache.activemq.artemis.core.message.impl that return CoreMessageModifier and TypeMethodDescriptionCoreMessage.encode()CoreMessage.initBuffer(int initialMessageBufferSize) CoreMessage.putBooleanProperty(String key, boolean value) CoreMessage.putBooleanProperty(SimpleString key, boolean value) CoreMessage.putByteProperty(String key, byte value) CoreMessage.putByteProperty(SimpleString key, byte value) CoreMessage.putBytesProperty(String key, byte[] value) CoreMessage.putBytesProperty(SimpleString key, byte[] value) CoreMessage.putCharProperty(String key, char value) CoreMessage.putCharProperty(SimpleString key, char value) CoreMessage.putDoubleProperty(String key, double value) CoreMessage.putDoubleProperty(SimpleString key, double value) CoreMessage.putFloatProperty(String key, float value) CoreMessage.putFloatProperty(SimpleString key, float value) CoreMessage.putIntProperty(String key, int value) CoreMessage.putIntProperty(SimpleString key, int value) CoreMessage.putLongProperty(String key, long value) CoreMessage.putLongProperty(SimpleString key, long value) CoreMessage.putObjectProperty(String key, Object value) CoreMessage.putObjectProperty(SimpleString key, Object value) CoreMessage.putShortProperty(String key, short value) CoreMessage.putShortProperty(SimpleString key, short value) CoreMessage.putStringProperty(String key, String value) CoreMessage.putStringProperty(SimpleString key, String value) CoreMessage.putStringProperty(SimpleString key, SimpleString value) CoreMessage.setAddress(String address) CoreMessage.setAddress(SimpleString address) CoreMessage.setBuffer(io.netty.buffer.ByteBuf buffer) CoreMessage.setDurable(boolean durable) CoreMessage.setExpiration(long expiration) CoreMessage.setGroupID(String groupId) CoreMessage.setGroupID(SimpleString groupId) CoreMessage.setGroupSequence(int sequence) CoreMessage.setMessageID(long messageID) CoreMessage.setPriority(byte priority) CoreMessage.setReplyTo(SimpleString address) CoreMessage.setScheduledDeliveryTime(Long time) CoreMessage.setTimestamp(long timestamp) CoreMessage.setType(byte type) CoreMessage.setValidatedUserID(String validatedUserID) CoreMessage.toCore()CoreMessage.toCore(CoreMessageObjectPools coreMessageObjectPools) Constructors in org.apache.activemq.artemis.core.message.impl with parameters of type CoreMessageModifierConstructorDescriptionprotectedCoreMessage(CoreMessage other) protectedCoreMessage(CoreMessage other, TypedProperties copyProperties) -
Uses of CoreMessage in org.apache.activemq.artemis.core.persistence.impl.journal
Subclasses of CoreMessage in org.apache.activemq.artemis.core.persistence.impl.journal -
Uses of CoreMessage in org.apache.activemq.artemis.core.protocol.core.impl.wireformat
Constructors in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type CoreMessageModifierConstructorDescriptionSessionReceiveMessage(CoreMessage message) SessionReceiveMessage_1X(CoreMessage message) protectedSessionSendMessage(byte id, CoreMessage message) SessionSendMessage(CoreMessage message) SessionSendMessage_1X(CoreMessage message) SessionSendMessage_V2(CoreMessage message) SessionSendMessage_V3(CoreMessage message)