Uses of Interface
org.apache.activemq.artemis.protocol.amqp.proton.MessageReader
-
Packages that use MessageReader Package Description org.apache.activemq.artemis.protocol.amqp.connect.mirror org.apache.activemq.artemis.protocol.amqp.proton This package includes classes used on the interaction with Proton, including Context classes that will be translated through the model event. -
-
Uses of MessageReader in org.apache.activemq.artemis.protocol.amqp.connect.mirror
Methods in org.apache.activemq.artemis.protocol.amqp.connect.mirror that return MessageReader Modifier and Type Method Description protected MessageReaderAMQPMirrorControllerTarget. trySelectMessageReader(org.apache.qpid.proton.engine.Receiver receiver, org.apache.qpid.proton.engine.Delivery delivery) -
Uses of MessageReader in org.apache.activemq.artemis.protocol.amqp.proton
Classes in org.apache.activemq.artemis.protocol.amqp.proton that implement MessageReader Modifier and Type Class Description classAMQPLargeMessageReaderReader ofAMQPLargeMessagecontent which reads all bytes and completes once a non-partial delivery is read.classAMQPMessageReaderReader of AMQP (non-large) messages which reads all bytes and decodes once a non-partial delivery is read.classAMQPTunneledCoreLargeMessageReaderReader of tunneled large Core message that have been written as the body of an AMQP delivery with a custom message format that indicates this payload.classAMQPTunneledCoreMessageReaderReader of tunneled Core message that have been written as the body of an AMQP delivery with a custom message format that indicates this payload.Fields in org.apache.activemq.artemis.protocol.amqp.proton declared as MessageReader Modifier and Type Field Description protected MessageReaderProtonAbstractReceiver. largeMessageReaderprotected MessageReaderProtonAbstractReceiver. messageReaderprotected MessageReaderProtonAbstractReceiver. standardMessageReaderMethods in org.apache.activemq.artemis.protocol.amqp.proton that return MessageReader Modifier and Type Method Description MessageReaderAMQPMessageReader. open()MessageReaderAMQPTunneledCoreMessageReader. open()MessageReaderMessageReader. open()Reset any internal state of this reader and prepares it to begin processing a new delivery.protected MessageReaderProtonAbstractReceiver. trySelectMessageReader(org.apache.qpid.proton.engine.Receiver receiver, org.apache.qpid.proton.engine.Delivery delivery)
-