Uses of Interface
org.apache.activemq.artemis.spi.core.protocol.SessionCallback
Packages that use SessionCallback
-
Uses of SessionCallback in org.apache.activemq.artemis.core.server.plugin
Methods in org.apache.activemq.artemis.core.server.plugin with parameters of type SessionCallbackModifier and TypeMethodDescriptiondefault void
ActiveMQServerSessionPlugin.beforeCreateSession
(String name, String username, int minLargeMessageSize, RemotingConnection connection, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean xa, String defaultAddress, SessionCallback callback, boolean autoCreateQueues, org.apache.activemq.artemis.core.persistence.OperationContext context, Map<SimpleString, RoutingType> prefixes) Before a session is created.