Modifier and Type | Method and Description |
---|---|
ICoreMessage |
Message.toCore()
This should make you convert your message into Core format.
|
ICoreMessage |
Message.toCore(org.apache.activemq.artemis.core.message.impl.CoreMessageObjectPools coreMessageObjectPools)
This should make you convert your message into Core format.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientMessage
A ClientMessage represents a message sent and/or received by ActiveMQ Artemis.
|
Modifier and Type | Method and Description |
---|---|
static Object |
ManagementHelper.getResult(ICoreMessage message)
Returns the result of an operation invocation or an attribute value.
|
static Object |
ManagementHelper.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 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.
|
Modifier and Type | Method and Description |
---|---|
static ICoreMessage |
EmbedMessageUtil.embedAsCoreMessage(Message source) |
ICoreMessage |
MessageConverter.toCore(ProtocolMessage pureMessage,
org.apache.activemq.artemis.core.message.impl.CoreMessageObjectPools coreMessageObjectPools) |
Modifier and Type | Method and Description |
---|---|
static Message |
EmbedMessageUtil.extractEmbedded(ICoreMessage message) |
ProtocolMessage |
MessageConverter.fromCore(ICoreMessage coreMessage) |
Modifier and Type | Method and Description |
---|---|
abstract void |
SessionContext.sendFullMessage(ICoreMessage msgI,
boolean sendBlocking,
SendAcknowledgementHandler handler,
SimpleString defaultAddress) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.