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 TypeMethodDescriptionMessage.toCore()This should make you convert your message into Core format.Message.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.clientModifier and TypeInterfaceDescriptioninterfaceA 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 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.cli.commands.tools.xml
Methods in org.apache.activemq.artemis.cli.commands.tools.xml with parameters of type ICoreMessageModifier and TypeMethodDescriptionvoidXMLMessageExporter.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.implModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.apache.activemq.artemis.core.client.impl that implement ICoreMessageModifier and TypeClassDescriptionfinal classClientLargeMessageImpl is only created when receiving large messages.class -
Uses of ICoreMessage in org.apache.activemq.artemis.core.message.impl
Classes in org.apache.activemq.artemis.core.message.impl that implement ICoreMessageMethods in org.apache.activemq.artemis.core.message.impl that return ICoreMessageModifier and TypeMethodDescriptionMessageInternalImpl.toCore()Deprecated.MessageInternalImpl.toCore(CoreMessageObjectPools coreMessageObjectPools) Deprecated.Constructors in org.apache.activemq.artemis.core.message.impl with parameters of type ICoreMessage -
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 -
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 ICoreMessageModifier and TypeMethodDescriptionvoidActiveMQSessionContext.sendFullMessage(ICoreMessage msgI, boolean sendBlocking, SendAcknowledgementHandler handler, SimpleString defaultAddress, int senderID) -
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 ICoreMessageMethods in org.apache.activemq.artemis.core.protocol.core.impl.wireformat that return ICoreMessageConstructors in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type ICoreMessageModifierConstructorDescriptionMessagePacket(byte type, ICoreMessage message) SessionReceiveMessage(long consumerID, ICoreMessage message, int deliveryCount) SessionReceiveMessage_1X(long consumerID, ICoreMessage message, int deliveryCount) protectedSessionSendMessage(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-protocolSessionSendMessage_V3(ICoreMessage message, boolean requiresResponse, SendAcknowledgementHandler handler, int senderID) 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 -
Uses of ICoreMessage in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management that return ICoreMessageModifier and TypeMethodDescriptionManagementService.handleMessage(SecurityAuth auth, 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 ICoreMessageModifier and TypeMethodDescriptionManagementServiceImpl.handleMessage(SecurityAuth auth, 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 -
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, CoreMessageObjectPools coreMessageObjectPools) Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type ICoreMessageModifier and TypeMethodDescriptionstatic MessageEmbedMessageUtil.extractEmbedded(ICoreMessage message, StorageManager storageManager) MessageConverter.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 ICoreMessageModifier and TypeMethodDescriptionabstract voidSessionContext.sendFullMessage(ICoreMessage msgI, boolean sendBlocking, SendAcknowledgementHandler handler, SimpleString defaultAddress, int senderID)