- AbstractSaslMechanism - Class in org.apache.activemq.transport.amqp.sasl
-
Base class for SASL Mechanisms that provides common functionality.
- AbstractSaslMechanism() - Constructor for class org.apache.activemq.transport.amqp.sasl.AbstractSaslMechanism
-
- ActiveMQJMSVendor - Class in org.apache.activemq.transport.amqp.message
-
- addCloseAction(Runnable) - Method in class org.apache.activemq.transport.amqp.protocol.AmqpAbstractLink
-
- addCloseAction(Runnable) - Method in interface org.apache.activemq.transport.amqp.protocol.AmqpLink
-
Adds a new Runnable that is called on close of this link.
- AMQP_BINARY_PREFIX - Static variable in class org.apache.activemq.transport.amqp.message.AMQPMessageIdHelper
-
- AMQP_STRING_PREFIX - Static variable in class org.apache.activemq.transport.amqp.message.AMQPMessageIdHelper
-
- AMQP_ULONG_PREFIX - Static variable in class org.apache.activemq.transport.amqp.message.AMQPMessageIdHelper
-
- AMQP_UUID_PREFIX - Static variable in class org.apache.activemq.transport.amqp.message.AMQPMessageIdHelper
-
- AmqpAbstractLink<LINK_TYPE extends org.apache.qpid.proton.engine.Link> - Class in org.apache.activemq.transport.amqp.protocol
-
Abstract AmqpLink implementation that provide basic Link services.
- AmqpAbstractLink(AmqpSession, LINK_TYPE) - Constructor for class org.apache.activemq.transport.amqp.protocol.AmqpAbstractLink
-
Creates a new AmqpLink type.
- AmqpAbstractReceiver - Class in org.apache.activemq.transport.amqp.protocol
-
Abstract base that provides common services for AMQP Receiver types.
- AmqpAbstractReceiver(AmqpSession, Receiver) - Constructor for class org.apache.activemq.transport.amqp.protocol.AmqpAbstractReceiver
-
Handle create of new AMQP Receiver instance.
- AmqpAuthenticator - Class in org.apache.activemq.transport.amqp.sasl
-
SASL Authenitcation engine.
- AmqpAuthenticator(AmqpTransport, Sasl, BrokerService) - Constructor for class org.apache.activemq.transport.amqp.sasl.AmqpAuthenticator
-
- AmqpConnection - Class in org.apache.activemq.transport.amqp.protocol
-
Implements the mechanics of managing a single remote peer connection.
- AmqpConnection(AmqpTransport, BrokerService) - Constructor for class org.apache.activemq.transport.amqp.protocol.AmqpConnection
-
- AmqpFrameParser - Class in org.apache.activemq.transport.amqp
-
State based Frame reader that is used in the NIO based transports where
AMQP frames can come in in partial or overlapping forms.
- AmqpFrameParser(AmqpFrameParser.AMQPFrameSink) - Constructor for class org.apache.activemq.transport.amqp.AmqpFrameParser
-
- AmqpFrameParser(TcpTransport) - Constructor for class org.apache.activemq.transport.amqp.AmqpFrameParser
-
- AmqpFrameParser.AMQPFrameSink - Interface in org.apache.activemq.transport.amqp
-
- AmqpHeader - Class in org.apache.activemq.transport.amqp
-
Represents the AMQP protocol handshake packet that is sent during the
initial exchange with a remote peer.
- AmqpHeader() - Constructor for class org.apache.activemq.transport.amqp.AmqpHeader
-
- AmqpHeader(Buffer) - Constructor for class org.apache.activemq.transport.amqp.AmqpHeader
-
- AmqpHeader(Buffer, boolean) - Constructor for class org.apache.activemq.transport.amqp.AmqpHeader
-
- AmqpInactivityMonitor - Class in org.apache.activemq.transport.amqp
-
- AmqpInactivityMonitor(Transport, WireFormat) - Constructor for class org.apache.activemq.transport.amqp.AmqpInactivityMonitor
-
- AmqpJmsSelectorFilter - Class in org.apache.activemq.transport.amqp.protocol
-
A Described Type wrapper for JMS selector values.
- AmqpJmsSelectorFilter(String) - Constructor for class org.apache.activemq.transport.amqp.protocol.AmqpJmsSelectorFilter
-
- AmqpLink - Interface in org.apache.activemq.transport.amqp.protocol
-
Interface used to define the operations needed to implement an AMQP
Link based endpoint, i.e.
- AMQPMessageIdHelper - Class in org.apache.activemq.transport.amqp.message
-
Helper class for identifying and converting message-id and correlation-id values between
the AMQP types and the Strings values used by JMS.
- AMQPMessageIdHelper() - Constructor for class org.apache.activemq.transport.amqp.message.AMQPMessageIdHelper
-
- AMQPNativeInboundTransformer - Class in org.apache.activemq.transport.amqp.message
-
- AMQPNativeInboundTransformer(JMSVendor) - Constructor for class org.apache.activemq.transport.amqp.message.AMQPNativeInboundTransformer
-
- AMQPNativeOutboundTransformer - Class in org.apache.activemq.transport.amqp.message
-
- AMQPNativeOutboundTransformer(JMSVendor) - Constructor for class org.apache.activemq.transport.amqp.message.AMQPNativeOutboundTransformer
-
- AmqpNioSslTransport - Class in org.apache.activemq.transport.amqp
-
- AmqpNioSslTransport(WireFormat, SocketFactory, URI, URI) - Constructor for class org.apache.activemq.transport.amqp.AmqpNioSslTransport
-
- AmqpNioSslTransport(WireFormat, Socket) - Constructor for class org.apache.activemq.transport.amqp.AmqpNioSslTransport
-
- AmqpNioSslTransportFactory - Class in org.apache.activemq.transport.amqp
-
- AmqpNioSslTransportFactory() - Constructor for class org.apache.activemq.transport.amqp.AmqpNioSslTransportFactory
-
- AmqpNioTransport - Class in org.apache.activemq.transport.amqp
-
An implementation of the
Transport
interface for using AMQP over NIO
- AmqpNioTransport(WireFormat, SocketFactory, URI, URI) - Constructor for class org.apache.activemq.transport.amqp.AmqpNioTransport
-
- AmqpNioTransport(WireFormat, Socket) - Constructor for class org.apache.activemq.transport.amqp.AmqpNioTransport
-
- AmqpNioTransportFactory - Class in org.apache.activemq.transport.amqp
-
A
AMQP over NIO transport factory
- AmqpNioTransportFactory() - Constructor for class org.apache.activemq.transport.amqp.AmqpNioTransportFactory
-
- AmqpNoLocalFilter - Class in org.apache.activemq.transport.amqp.protocol
-
A Described Type wrapper for JMS no local option for MessageConsumer.
- AmqpNoLocalFilter() - Constructor for class org.apache.activemq.transport.amqp.protocol.AmqpNoLocalFilter
-
- AmqpProtocolConverter - Interface in org.apache.activemq.transport.amqp
-
Interface that defines the API for any AMQP protocol converter ised to
map AMQP mechanincs to ActiveMQ and back.
- AmqpProtocolDiscriminator - Class in org.apache.activemq.transport.amqp
-
Used to assign the best implementation of a AmqpProtocolConverter to the
AmqpTransport based on the AmqpHeader that the client sends us.
- AmqpProtocolDiscriminator(AmqpTransport, BrokerService) - Constructor for class org.apache.activemq.transport.amqp.AmqpProtocolDiscriminator
-
- AmqpProtocolException - Exception in org.apache.activemq.transport.amqp
-
- AmqpProtocolException() - Constructor for exception org.apache.activemq.transport.amqp.AmqpProtocolException
-
- AmqpProtocolException(String) - Constructor for exception org.apache.activemq.transport.amqp.AmqpProtocolException
-
- AmqpProtocolException(String, boolean) - Constructor for exception org.apache.activemq.transport.amqp.AmqpProtocolException
-
- AmqpProtocolException(String, String) - Constructor for exception org.apache.activemq.transport.amqp.AmqpProtocolException
-
- AmqpProtocolException(String, boolean, Throwable) - Constructor for exception org.apache.activemq.transport.amqp.AmqpProtocolException
-
- AmqpProtocolException(String, String, boolean, Throwable) - Constructor for exception org.apache.activemq.transport.amqp.AmqpProtocolException
-
- AMQPRawInboundTransformer - Class in org.apache.activemq.transport.amqp.message
-
- AMQPRawInboundTransformer(JMSVendor) - Constructor for class org.apache.activemq.transport.amqp.message.AMQPRawInboundTransformer
-
- AmqpReceiver - Class in org.apache.activemq.transport.amqp.protocol
-
An AmqpReceiver wraps the AMQP Receiver end of a link from the remote peer
which holds the corresponding Sender which transfers message accross the
link.
- AmqpReceiver(AmqpSession, Receiver, ProducerInfo) - Constructor for class org.apache.activemq.transport.amqp.protocol.AmqpReceiver
-
Create a new instance of an AmqpReceiver
- AmqpResource - Interface in org.apache.activemq.transport.amqp.protocol
-
Root interface for all endpoint objects.
- AmqpSender - Class in org.apache.activemq.transport.amqp.protocol
-
An AmqpSender wraps the AMQP Sender end of a link from the remote peer
which holds the corresponding Receiver which receives messages transfered
across the link from the Broker.
- AmqpSender(AmqpSession, Sender, ConsumerInfo) - Constructor for class org.apache.activemq.transport.amqp.protocol.AmqpSender
-
Creates a new AmqpSender instance that manages the given Sender
- AmqpSession - Class in org.apache.activemq.transport.amqp.protocol
-
Wraps the AMQP Session and provides the services needed to manage the remote
peer requests for link establishment.
- AmqpSession(AmqpConnection, SessionId, Session) - Constructor for class org.apache.activemq.transport.amqp.protocol.AmqpSession
-
Create new AmqpSession instance whose parent is the given AmqpConnection.
- AmqpSslTransportFactory - Class in org.apache.activemq.transport.amqp
-
A
AMQP over SSL transport factory
- AmqpSslTransportFactory() - Constructor for class org.apache.activemq.transport.amqp.AmqpSslTransportFactory
-
- AmqpSupport - Class in org.apache.activemq.transport.amqp
-
Set of useful methods and definitions used in the AMQP protocol handling
- AmqpSupport() - Constructor for class org.apache.activemq.transport.amqp.AmqpSupport
-
- AmqpTransactionCoordinator - Class in org.apache.activemq.transport.amqp.protocol
-
Implements the AMQP Transaction Coordinator support to manage local
transactions between an AMQP client and the broker.
- AmqpTransactionCoordinator(AmqpSession, Receiver) - Constructor for class org.apache.activemq.transport.amqp.protocol.AmqpTransactionCoordinator
-
Creates a new Transaction coordinator used to manage AMQP transactions.
- AmqpTransferTagGenerator - Class in org.apache.activemq.transport.amqp.protocol
-
Utility class that can generate and if enabled pool the binary tag values
used to identify transfers over an AMQP link.
- AmqpTransferTagGenerator() - Constructor for class org.apache.activemq.transport.amqp.protocol.AmqpTransferTagGenerator
-
- AmqpTransferTagGenerator(boolean) - Constructor for class org.apache.activemq.transport.amqp.protocol.AmqpTransferTagGenerator
-
- AmqpTransport - Interface in org.apache.activemq.transport.amqp
-
Basic interface that mediates between protocol converter and transport
- AmqpTransportFactory - Class in org.apache.activemq.transport.amqp
-
- AmqpTransportFactory() - Constructor for class org.apache.activemq.transport.amqp.AmqpTransportFactory
-
- AmqpTransportFilter - Class in org.apache.activemq.transport.amqp
-
The AMQPTransportFilter normally sits on top of a TcpTransport that has been
configured with the AmqpWireFormat and is used to convert AMQP commands to
ActiveMQ commands.
- AmqpTransportFilter(Transport, WireFormat, BrokerService) - Constructor for class org.apache.activemq.transport.amqp.AmqpTransportFilter
-
- AmqpWireFormat - Class in org.apache.activemq.transport.amqp
-
- AmqpWireFormat() - Constructor for class org.apache.activemq.transport.amqp.AmqpWireFormat
-
- AmqpWireFormat.ResetListener - Interface in org.apache.activemq.transport.amqp
-
- AmqpWireFormatFactory - Class in org.apache.activemq.transport.amqp
-
Creates the default AMQP WireFormat object used to configure the protocol support.
- AmqpWireFormatFactory() - Constructor for class org.apache.activemq.transport.amqp.AmqpWireFormatFactory
-
- ANONYMOUS_RELAY - Static variable in class org.apache.activemq.transport.amqp.AmqpSupport
-
- AnonymousMechanism - Class in org.apache.activemq.transport.amqp.sasl
-
SASL Anonymous mechanism implementation.
- AnonymousMechanism() - Constructor for class org.apache.activemq.transport.amqp.sasl.AnonymousMechanism
-
- AutoOutboundTransformer - Class in org.apache.activemq.transport.amqp.message
-
- AutoOutboundTransformer(JMSVendor) - Constructor for class org.apache.activemq.transport.amqp.message.AutoOutboundTransformer
-