| Package | Description |
|---|---|
| org.apache.activemq.artemis.protocol.amqp.broker |
This package includes classes used to interact with the broker.
|
| Modifier and Type | Method and Description |
|---|---|
AMQPMessage.MessageDataScanningStatus |
AMQPMessage.messageDataScanned()
Similarly to
AMQPMessage.MessageDataScanningStatus, this method is made available only for testing
purposes to check the message data scanning status.Its access is not thread-safe and it shouldn't return null. |
static AMQPMessage.MessageDataScanningStatus |
AMQPMessage.MessageDataScanningStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AMQPMessage.MessageDataScanningStatus[] |
AMQPMessage.MessageDataScanningStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 The Apache Software Foundation. All Rights Reserved.