Uses of Interface
org.apache.activemq.artemis.api.core.ICoreMessage
-
-
Uses of ICoreMessage in org.apache.activemq.artemis.api.core
Methods in org.apache.activemq.artemis.api.core that return ICoreMessage Modifier and Type Method Description ICoreMessageMessage. toCore()This should make you convert your message into Core format.ICoreMessageMessage. toCore(CoreMessageObjectPools coreMessageObjectPools)This should make you convert your message into Core format. -
Uses of ICoreMessage in org.apache.activemq.artemis.api.core.client
Subinterfaces of ICoreMessage in org.apache.activemq.artemis.api.core.client Modifier and Type Interface Description interfaceClientMessageA ClientMessage represents a message sent and/or received by ActiveMQ Artemis. -
Uses of ICoreMessage in org.apache.activemq.artemis.api.core.management
Methods in org.apache.activemq.artemis.api.core.management with parameters of type ICoreMessage Modifier and Type Method Description static ObjectManagementHelper. getResult(ICoreMessage message)Returns the result of an operation invocation or an attribute value.static ObjectManagementHelper. getResult(ICoreMessage message, Class desiredType)Returns the result of an operation invocation or an attribute value.static Object[]ManagementHelper. getResults(ICoreMessage message)Returns the result of an operation invocation or an attribute value.static voidManagementHelper. putAttribute(ICoreMessage message, String resourceName, String attribute)Stores a resource attribute in a message to retrieve the value from the server resource.static voidManagementHelper. putOperationInvocation(ICoreMessage message, String resourceName, String operationName)Stores an operation invocation in a message to invoke the corresponding operation the value from the server resource.static voidManagementHelper. putOperationInvocation(ICoreMessage message, String resourceName, String operationName, Object... parameters)Stores an operation invocation in a message to invoke the corresponding operation the value from the server resource. -
Uses of ICoreMessage in org.apache.activemq.artemis.cli.commands.tools.xml
Methods in org.apache.activemq.artemis.cli.commands.tools.xml with parameters of type ICoreMessage Modifier and Type Method Description voidXMLMessageExporter. printMessageAttributes(ICoreMessage message)voidXMLMessageExporter. printSingleMessageAsXML(ICoreMessage message, List<String> queues, boolean encodeTextUTF8) -
Uses of ICoreMessage in org.apache.activemq.artemis.core.client.impl
Subinterfaces of ICoreMessage in org.apache.activemq.artemis.core.client.impl Modifier and Type Interface Description interfaceClientLargeMessageInternalinterfaceClientMessageInternalClasses in org.apache.activemq.artemis.core.client.impl that implement ICoreMessage Modifier and Type Class Description classClientLargeMessageImplClientLargeMessageImpl is only created when receiving large messages.classClientMessageImplA ClientMessageImpl -
Uses of ICoreMessage in org.apache.activemq.artemis.core.message.impl
Classes in org.apache.activemq.artemis.core.message.impl that implement ICoreMessage Modifier and Type Class Description classCoreMessageNote: you shouldn't change properties using multi-threads.Methods in org.apache.activemq.artemis.core.message.impl that return ICoreMessage Modifier and Type Method Description ICoreMessageMessageInternalImpl. toCore()Deprecated.This should make you convert your message into Core format.ICoreMessageMessageInternalImpl. toCore(CoreMessageObjectPools coreMessageObjectPools)Deprecated.This should make you convert your message into Core format.Constructors in org.apache.activemq.artemis.core.message.impl with parameters of type ICoreMessage Constructor Description MessageInternalImpl(ICoreMessage message)Deprecated. -
Uses of ICoreMessage in org.apache.activemq.artemis.core.persistence.impl.journal
Classes in org.apache.activemq.artemis.core.persistence.impl.journal that implement ICoreMessage Modifier and Type Class Description classLargeServerMessageImpl -
Uses of ICoreMessage in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type ICoreMessage Modifier and Type Method Description voidActiveMQSessionContext. sendFullMessage(ICoreMessage msgI, boolean sendBlocking, SendAcknowledgementHandler handler, SimpleString defaultAddress) -
Uses of ICoreMessage in org.apache.activemq.artemis.core.protocol.core.impl.wireformat
Fields in org.apache.activemq.artemis.core.protocol.core.impl.wireformat declared as ICoreMessage Modifier and Type Field Description protected ICoreMessageMessagePacket. messageMethods in org.apache.activemq.artemis.core.protocol.core.impl.wireformat that return ICoreMessage Modifier and Type Method Description ICoreMessageMessagePacket. getMessage()Constructors in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type ICoreMessage Constructor Description MessagePacket(byte type, ICoreMessage message)SessionReceiveMessage(long consumerID, ICoreMessage message, int deliveryCount)SessionReceiveMessage_1X(long consumerID, ICoreMessage message, int deliveryCount)SessionSendMessage(byte id, ICoreMessage message, boolean requiresResponse, SendAcknowledgementHandler handler)This will be using the CoreMessage because it is meant for the core-protocolSessionSendMessage(ICoreMessage message, boolean requiresResponse, SendAcknowledgementHandler handler)This will be using the CoreMessage because it is meant for the core-protocolSessionSendMessage_1X(ICoreMessage message, boolean requiresResponse, SendAcknowledgementHandler handler)SessionSendMessage_V2(ICoreMessage message, boolean requiresResponse, SendAcknowledgementHandler handler)This will be using the CoreMessage because it is meant for the core-protocol -
Uses of ICoreMessage in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return ICoreMessage Modifier and Type Method Description ICoreMessageServerMessage. getICoreMessage()Deprecated. -
Uses of ICoreMessage in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management that return ICoreMessage Modifier and Type Method Description ICoreMessageManagementService. handleMessage(Message message) -
Uses of ICoreMessage in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl that return ICoreMessage Modifier and Type Method Description ICoreMessageManagementServiceImpl. handleMessage(Message message) -
Uses of ICoreMessage in org.apache.activemq.artemis.core.server.transformer
Methods in org.apache.activemq.artemis.core.server.transformer that return ICoreMessage Modifier and Type Method Description ICoreMessageServerMessageImpl. getICoreMessage()Deprecated. -
Uses of ICoreMessage in org.apache.activemq.artemis.spi.core.protocol
Methods in org.apache.activemq.artemis.spi.core.protocol that return ICoreMessage Modifier and Type Method Description static ICoreMessageEmbedMessageUtil. embedAsCoreMessage(Message source)ICoreMessageMessageConverter. toCore(ProtocolMessage pureMessage, CoreMessageObjectPools coreMessageObjectPools)Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type ICoreMessage Modifier and Type Method Description static MessageEmbedMessageUtil. extractEmbedded(ICoreMessage message, StorageManager storageManager)ProtocolMessageMessageConverter. fromCore(ICoreMessage coreMessage, StorageManager storageManager) -
Uses of ICoreMessage in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type ICoreMessage Modifier and Type Method Description abstract voidSessionContext. sendFullMessage(ICoreMessage msgI, boolean sendBlocking, SendAcknowledgementHandler handler, SimpleString defaultAddress)
-