| 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 CoreMessageWrapper |
AMQPMessageSupport.createMessage(long id,
CoreMessageObjectPools coreMessageObjectPools) |
static CoreMessageWrapper |
AMQPMessageSupport.createObjectMessage(long id,
org.apache.qpid.proton.amqp.Binary serializedForm,
CoreMessageObjectPools coreMessageObjectPools) |
static CoreMessageWrapper |
AMQPMessageSupport.createObjectMessage(long id,
byte[] array,
int offset,
int length,
CoreMessageObjectPools coreMessageObjectPools) |
protected static CoreMessageWrapper |
AmqpCoreConverter.processHeader(CoreMessageWrapper jms,
org.apache.qpid.proton.amqp.messaging.Header header) |
protected static CoreMessageWrapper |
AmqpCoreConverter.processMessageAnnotations(CoreMessageWrapper jms,
org.apache.qpid.proton.amqp.messaging.MessageAnnotations annotations) |
| Modifier and Type | Method and Description |
|---|---|
protected static CoreMessageWrapper |
AmqpCoreConverter.processHeader(CoreMessageWrapper jms,
org.apache.qpid.proton.amqp.messaging.Header header) |
protected static CoreMessageWrapper |
AmqpCoreConverter.processMessageAnnotations(CoreMessageWrapper jms,
org.apache.qpid.proton.amqp.messaging.MessageAnnotations annotations) |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreBytesMessageWrapper |
class |
CoreMapMessageWrapper |
class |
CoreObjectMessageWrapper |
class |
CoreStreamMessageWrapper |
class |
CoreTextMessageWrapper |
| Modifier and Type | Method and Description |
|---|---|
static CoreMessageWrapper |
CoreMessageWrapper.wrap(ICoreMessage wrapped) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.