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 ICoreMessageModifier and TypeMethodDescriptionICoreMessage.copy()Message.toCore()This should make you convert your message into Core format.Message.toCore(org.apache.activemq.artemis.core.persistence.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.clientModifier and TypeInterfaceDescriptioninterfaceA ClientMessage represents a message sent and/or received by Apache 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 ObjectManagementHelper.getResult(ICoreMessage message) Returns the result of an operation invocation or an attribute value; if an error occurred on the serverManagementHelper.hasOperationSucceeded(Message)will returnfalseand the result will be aStringcorresponding to the server exception.static ObjectManagementHelper.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 returnfalseand the result will be aStringcorresponding 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 returnfalseand the result will be aStringcorresponding to the server exception.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.spi.core.protocol
Methods in org.apache.activemq.artemis.spi.core.protocol that return ICoreMessageModifier and TypeMethodDescriptionstatic ICoreMessageEmbedMessageUtil.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 MessageEmbedMessageUtil.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 voidSessionContext.sendFullMessage(ICoreMessage msgI, boolean sendBlocking, SendAcknowledgementHandler handler, SimpleString defaultAddress, int senderID)