Uses of Interface
org.apache.activemq.artemis.protocol.amqp.proton.MessageWriter
-
Packages that use MessageWriter Package Description org.apache.activemq.artemis.protocol.amqp.connect.federation 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 MessageWriter in org.apache.activemq.artemis.protocol.amqp.connect.federation
Methods in org.apache.activemq.artemis.protocol.amqp.connect.federation that return MessageWriter Modifier and Type Method Description MessageWriterAMQPFederationBaseSenderController. selectOutgoingMessageWriter(ProtonServerSenderContext sender, org.apache.activemq.artemis.core.server.MessageReference reference) -
Uses of MessageWriter in org.apache.activemq.artemis.protocol.amqp.proton
Classes in org.apache.activemq.artemis.protocol.amqp.proton that implement MessageWriter Modifier and Type Class Description classAMQPLargeMessageWriterA writer ofAMQPLargeMessagecontent that handles the read from large message file and write into the AMQP sender with some respect for the AMQP frame size in use by this connection.classAMQPMessageWriterAn writer of AMQP (non-large) messages or messages which will convert any non-AMQP message to AMQP before writing the encoded bytes into the AMQP sender.classAMQPTunneledCoreLargeMessageWriterWriter of tunneled large Core messages that will be written as the body of an AMQP delivery with a custom message format that indicates this payload.classAMQPTunneledCoreMessageWriterWriter of tunneled Core messages that will be written as the body of an AMQP delivery with a custom message format that indicates this payload.static classSenderController.RejectingOutgoingMessageWriterFields in org.apache.activemq.artemis.protocol.amqp.proton declared as MessageWriter Modifier and Type Field Description protected MessageWriterProtonServerSenderContext. messageWriterstatic MessageWriterSenderController. REJECTING_MESSAGE_WRITERUsed as an initial state for message writers in controllers to ensure that a valid version is chosen when a message is dispatched.Methods in org.apache.activemq.artemis.protocol.amqp.proton that return MessageWriter Modifier and Type Method Description default MessageWriterMessageWriter. open(org.apache.activemq.artemis.core.server.MessageReference reference)Opens the handler and ensures the handler state is in its initial values to prepare for a new message write.MessageWriterDefaultSenderController. selectOutgoingMessageWriter(ProtonServerSenderContext sender, org.apache.activemq.artemis.core.server.MessageReference reference)default MessageWriterSenderController. selectOutgoingMessageWriter(ProtonServerSenderContext sender, org.apache.activemq.artemis.core.server.MessageReference reference)Controller selects a outgoing delivery writer that will handle the encoding and writing of the targetMessagecarried in the givenMessageReference.
-