Uses of Interface
org.apache.activemq.artemis.api.core.ICoreMessage
Packages that use ICoreMessage
Package
Description
-
Uses of ICoreMessage in org.apache.activemq.artemis.api.core
Methods in org.apache.activemq.artemis.api.core that return ICoreMessage -
Uses of ICoreMessage in org.apache.activemq.artemis.api.core.client
Subinterfaces of ICoreMessage in org.apache.activemq.artemis.api.core.clientModifier and TypeInterfaceDescriptioninterface
A 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 ICoreMessageModifier and TypeMethodDescriptionstatic Object
ManagementHelper.getResult
(ICoreMessage message) Returns the result of an operation invocation or an attribute value; if an error occurred on the serverManagementHelper.hasOperationSucceeded(Message)
will returnfalse
and the result will be aString
corresponding to the server exception.static Object
ManagementHelper.getResult
(ICoreMessage message, Class desiredType) Returns the result of an operation invocation or an attribute value; if an error occurred on the serverManagementHelper.hasOperationSucceeded(Message)
will returnfalse
and the result will be aString
corresponding to the server exception.static Object[]
ManagementHelper.getResults
(ICoreMessage message) Returns the result of an operation invocation or an attribute value; if an error occurred on the serverManagementHelper.hasOperationSucceeded(Message)
will returnfalse
and the result will be aString
corresponding to the server exception.static void
ManagementHelper.putAttribute
(ICoreMessage message, String resourceName, String attribute) Stores a resource attribute in a message to retrieve the value from the server resource.static void
ManagementHelper.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 void
ManagementHelper.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.spi.core.protocol
Methods in org.apache.activemq.artemis.spi.core.protocol that return ICoreMessageModifier and TypeMethodDescriptionstatic ICoreMessage
EmbedMessageUtil.embedAsCoreMessage
(Message source) MessageConverter.toCore
(ProtocolMessage pureMessage, org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools coreMessageObjectPools) Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type ICoreMessageModifier and TypeMethodDescriptionstatic Message
EmbedMessageUtil.extractEmbedded
(ICoreMessage message, org.apache.activemq.artemis.core.persistence.StorageManager storageManager) MessageConverter.fromCore
(ICoreMessage coreMessage, org.apache.activemq.artemis.core.persistence.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 ICoreMessageModifier and TypeMethodDescriptionabstract void
SessionContext.sendFullMessage
(ICoreMessage msgI, boolean sendBlocking, SendAcknowledgementHandler handler, SimpleString defaultAddress, int senderID)