| Package | Description |
|---|---|
| org.apache.activemq.artemis.protocol.amqp.broker |
This package includes classes used to interact with the broker.
|
| org.apache.activemq.artemis.protocol.amqp.client |
This contains a very limited ClientProtocolmanager for AMQP / Proton
Where it only satisfies very basic functionality.
|
| org.apache.activemq.artemis.protocol.amqp.connect |
| Constructor and Description |
|---|
ProtonProtocolManager(ProtonProtocolManagerFactory factory,
ActiveMQServer server,
List<BaseInterceptor> incomingInterceptors,
List<BaseInterceptor> outgoingInterceptors) |
| Constructor and Description |
|---|
ProtonClientProtocolManager(ProtonProtocolManagerFactory factory,
ActiveMQServer server) |
| Constructor and Description |
|---|
AMQPBrokerConnectionManager(ProtonProtocolManagerFactory factory,
List<org.apache.activemq.artemis.core.config.amqpBrokerConnectivity.AMQPBrokerConnectConfiguration> amqpConnectionsConfig,
ActiveMQServer server) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.