Class CoreProtocolManagerFactory
java.lang.Object
org.apache.activemq.artemis.spi.core.protocol.AbstractProtocolManagerFactory<Interceptor>
org.apache.activemq.artemis.core.protocol.core.impl.CoreProtocolManagerFactory
- All Implemented Interfaces:
ProtocolManagerFactory<Interceptor>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateProtocolManager(ActiveMQServer server, Map<String, Object> parameters, List<BaseInterceptor> incomingInterceptors, List<BaseInterceptor> outgoingInterceptors) When you create the ProtocolManager, you should filter out any interceptors that won't belong to this Protocol.filterInterceptors(List<BaseInterceptor> interceptors) This should get the entire list and only return the ones this factory can deal withString[]Methods inherited from class org.apache.activemq.artemis.spi.core.protocol.AbstractProtocolManagerFactory
internalFilterInterceptors, loadProtocolServices, updateProtocolServices
-
Constructor Details
-
CoreProtocolManagerFactory
public CoreProtocolManagerFactory()
-
-
Method Details
-
getPersister
-
createProtocolManager
public ProtocolManager createProtocolManager(ActiveMQServer server, Map<String, Object> parameters, List<BaseInterceptor> incomingInterceptors, List<BaseInterceptor> outgoingInterceptors) throws ExceptionWhen you create the ProtocolManager, you should filter out any interceptors that won't belong to this Protocol. For example don't send any core InterceptorsInterceptorto Stomp * * *- Throws:
Exception
-
filterInterceptors
Description copied from interface:ProtocolManagerFactoryThis should get the entire list and only return the ones this factory can deal with -
getProtocols
-
getModuleName
-