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(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.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.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, int senderID)
-