Modifier and Type | Method and Description |
---|---|
ICoreMessage |
Message.toCore()
This should make you convert your message into Core format.
|
ICoreMessage |
Message.toCore(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 |
---|---|
void |
XMLMessageExporter.printMessageAttributes(ICoreMessage message) |
void |
XMLMessageExporter.printSingleMessageAsXML(ICoreMessage message,
List<String> queues,
boolean encodeTextUTF8) |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientLargeMessageInternal |
interface |
ClientMessageInternal |
Modifier and Type | Class and Description |
---|---|
class |
ClientLargeMessageImpl
ClientLargeMessageImpl is only created when receiving large messages.
|
class |
ClientMessageImpl
A ClientMessageImpl
|
Modifier and Type | Class and Description |
---|---|
class |
CoreMessage
Note: you shouldn't change properties using multi-threads.
|
Modifier and Type | Method and Description |
---|---|
ICoreMessage |
MessageInternalImpl.toCore()
Deprecated.
This should make you convert your message into Core format.
|
ICoreMessage |
MessageInternalImpl.toCore(CoreMessageObjectPools coreMessageObjectPools)
Deprecated.
This should make you convert your message into Core format.
|
Constructor and Description |
---|
MessageInternalImpl(ICoreMessage message)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
LargeServerMessageImpl |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQSessionContext.sendFullMessage(ICoreMessage msgI,
boolean sendBlocking,
SendAcknowledgementHandler handler,
SimpleString defaultAddress) |
Modifier and Type | Field and Description |
---|---|
protected ICoreMessage |
MessagePacket.message |
Modifier and Type | Method and Description |
---|---|
ICoreMessage |
MessagePacket.getMessage() |
Constructor and Description |
---|
MessagePacket(byte type,
ICoreMessage message) |
SessionReceiveMessage_1X(long consumerID,
ICoreMessage message,
int deliveryCount) |
SessionReceiveMessage(long consumerID,
ICoreMessage message,
int deliveryCount) |
SessionSendMessage_1X(ICoreMessage message,
boolean requiresResponse,
SendAcknowledgementHandler handler) |
SessionSendMessage(ICoreMessage message,
boolean requiresResponse,
SendAcknowledgementHandler handler)
This will be using the CoreMessage because it is meant for the core-protocol
|
Modifier and Type | Interface and Description |
---|---|
interface |
LargeServerMessage |
Modifier and Type | Method and Description |
---|---|
ICoreMessage |
ServerMessage.getICoreMessage()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ICoreMessage |
ManagementService.handleMessage(Message message) |
Modifier and Type | Method and Description |
---|---|
ICoreMessage |
ManagementServiceImpl.handleMessage(Message message) |
Modifier and Type | Method and Description |
---|---|
ICoreMessage |
ServerMessageImpl.getICoreMessage()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ICoreMessage |
EmbedMessageUtil.embedAsCoreMessage(Message source) |
ICoreMessage |
MessageConverter.toCore(ProtocolMessage pureMessage,
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 © 2018 JBoss by Red Hat. All rights reserved.