public class ProtonProtocolManagerFactory extends AbstractProtocolManagerFactory<AmqpInterceptor>
| Modifier and Type | Field and Description |
|---|---|
static String |
AMQP_PROTOCOL_NAME |
| Constructor and Description |
|---|
ProtonProtocolManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
ProtocolManager |
createProtocolManager(ActiveMQServer server,
Map<String,Object> parameters,
List<BaseInterceptor> incomingInterceptors,
List<BaseInterceptor> outgoingInterceptors) |
List<AmqpInterceptor> |
filterInterceptors(List<BaseInterceptor> interceptors) |
String |
getModuleName() |
Persister<Message>[] |
getPersister() |
String[] |
getProtocols() |
void |
loadProtocolServices(ActiveMQServer server,
List<ActiveMQComponent> services)
AMQP integration with the broker on this case needs to be soft.
|
internalFilterInterceptorspublic static final String AMQP_PROTOCOL_NAME
public ProtocolManager createProtocolManager(ActiveMQServer server, Map<String,Object> parameters, List<BaseInterceptor> incomingInterceptors, List<BaseInterceptor> outgoingInterceptors) throws Exception
Exceptionpublic List<AmqpInterceptor> filterInterceptors(List<BaseInterceptor> interceptors)
public String[] getProtocols()
public String getModuleName()
public void loadProtocolServices(ActiveMQServer server, List<ActiveMQComponent> services)
loadProtocolServices in interface ProtocolManagerFactory<AmqpInterceptor>loadProtocolServices in class AbstractProtocolManagerFactory<AmqpInterceptor>Copyright © 2021 The Apache Software Foundation. All rights reserved.