Uses of Class
org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper.CoreBytesMessageWrapper
-
Packages that use CoreBytesMessageWrapper 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 -
-
Uses of CoreBytesMessageWrapper in org.apache.activemq.artemis.protocol.amqp.converter
Methods in org.apache.activemq.artemis.protocol.amqp.converter that return CoreBytesMessageWrapper Modifier and Type Method Description static CoreBytesMessageWrapperAMQPMessageSupport. createBytesMessage(long id, byte[] array, int arrayOffset, int length, org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools coreMessageObjectPools)static CoreBytesMessageWrapperAMQPMessageSupport. createBytesMessage(long id, org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools coreMessageObjectPools) -
Uses of CoreBytesMessageWrapper in org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper
Methods in org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper with parameters of type CoreBytesMessageWrapper Modifier and Type Method Description protected static org.apache.qpid.proton.amqp.BinaryCoreBytesMessageWrapper. getBinaryFromMessageBody(CoreBytesMessageWrapper message)
-