Uses of Class
org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper.CoreBytesMessageWrapper
Packages that use CoreBytesMessageWrapper
Package
Description
This package will include classes used to make convertions between Artemis and AMQP.
-
Uses of CoreBytesMessageWrapper in org.apache.activemq.artemis.protocol.amqp.converter
Methods in org.apache.activemq.artemis.protocol.amqp.converter that return CoreBytesMessageWrapperModifier and TypeMethodDescriptionstatic 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 CoreBytesMessageWrapperModifier and TypeMethodDescriptionprotected static org.apache.qpid.proton.amqp.BinaryCoreBytesMessageWrapper.getBinaryFromMessageBody(CoreBytesMessageWrapper message)