| 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.jms |
| Modifier and Type | Method and Description |
|---|---|
static ServerJMSMessage |
AMQPMessageSupport.createMessage(long id,
CoreMessageObjectPools coreMessageObjectPools) |
static ServerJMSMessage |
AMQPMessageSupport.createObjectMessage(long id,
org.apache.qpid.proton.amqp.Binary serializedForm,
CoreMessageObjectPools coreMessageObjectPools) |
static ServerJMSMessage |
AMQPMessageSupport.createObjectMessage(long id,
byte[] array,
int offset,
int length,
CoreMessageObjectPools coreMessageObjectPools) |
protected static ServerJMSMessage |
AmqpCoreConverter.processHeader(ServerJMSMessage jms,
org.apache.qpid.proton.amqp.messaging.Header header) |
protected static ServerJMSMessage |
AmqpCoreConverter.processMessageAnnotations(ServerJMSMessage jms,
org.apache.qpid.proton.amqp.messaging.MessageAnnotations annotations) |
| Modifier and Type | Method and Description |
|---|---|
protected static ServerJMSMessage |
AmqpCoreConverter.processHeader(ServerJMSMessage jms,
org.apache.qpid.proton.amqp.messaging.Header header) |
protected static ServerJMSMessage |
AmqpCoreConverter.processMessageAnnotations(ServerJMSMessage jms,
org.apache.qpid.proton.amqp.messaging.MessageAnnotations annotations) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerJMSBytesMessage |
class |
ServerJMSMapMessage
ActiveMQ Artemis implementation of a JMS MapMessage.
|
class |
ServerJMSObjectMessage |
class |
ServerJMSStreamMessage |
class |
ServerJMSTextMessage
ActiveMQ Artemis implementation of a JMS TextMessage.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerJMSMessage |
ServerJMSMessage.wrapCoreMessage(ICoreMessage wrapped) |
Copyright © 2020 The Apache Software Foundation. All Rights Reserved.