| Package | Description |
|---|---|
| org.apache.activemq.artemis.protocol.amqp.converter |
This package will include classes used to make convertions between Artemis and AMQP.
|
| org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper |
| Modifier and Type | Method and Description |
|---|---|
static AMQPMessage |
CoreAmqpConverter.fromCore(ICoreMessage coreMessage,
StorageManager storageManager) |
protected static CoreMessageWrapper |
AmqpCoreConverter.processHeader(CoreMessageWrapper jms,
org.apache.qpid.proton.amqp.messaging.Header header) |
static ICoreMessage |
AmqpCoreConverter.toCore(AMQPMessage message,
CoreMessageObjectPools coreMessageObjectPools,
org.apache.qpid.proton.amqp.messaging.Header header,
org.apache.qpid.proton.amqp.messaging.MessageAnnotations annotations,
org.apache.qpid.proton.amqp.messaging.Properties properties,
org.apache.qpid.proton.amqp.messaging.ApplicationProperties applicationProperties,
org.apache.qpid.proton.amqp.messaging.Section body,
org.apache.qpid.proton.amqp.messaging.Footer footer) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.qpid.proton.amqp.messaging.Section |
CoreObjectMessageWrapper.createAMQPSection(Map<org.apache.qpid.proton.amqp.Symbol,Object> maMap,
org.apache.qpid.proton.amqp.messaging.Properties properties) |
org.apache.qpid.proton.amqp.messaging.Section |
CoreMessageWrapper.createAMQPSection(Map<org.apache.qpid.proton.amqp.Symbol,Object> maMap,
org.apache.qpid.proton.amqp.messaging.Properties properties) |
org.apache.qpid.proton.amqp.messaging.Section |
CoreStreamMessageWrapper.createAMQPSection(Map<org.apache.qpid.proton.amqp.Symbol,Object> maMap,
org.apache.qpid.proton.amqp.messaging.Properties properties) |
boolean |
CoreStreamMessageWrapper.readBoolean() |
byte |
CoreStreamMessageWrapper.readByte() |
int |
CoreStreamMessageWrapper.readBytes(byte[] value) |
char |
CoreStreamMessageWrapper.readChar() |
double |
CoreStreamMessageWrapper.readDouble() |
float |
CoreStreamMessageWrapper.readFloat() |
int |
CoreStreamMessageWrapper.readInt() |
long |
CoreStreamMessageWrapper.readLong() |
Object |
CoreStreamMessageWrapper.readObject() |
short |
CoreStreamMessageWrapper.readShort() |
String |
CoreStreamMessageWrapper.readString() |
void |
CoreMessageWrapper.setDeliveryMode(int deliveryMode) |
void |
CoreStreamMessageWrapper.writeObject(Object value) |
void |
CoreBytesMessageWrapper.writeObject(Object value) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.