Interface ActiveMQServerConnectionPlugin

All Superinterfaces:
ActiveMQServerBasePlugin
All Known Subinterfaces:
ActiveMQServerPlugin

public interface ActiveMQServerConnectionPlugin extends ActiveMQServerBasePlugin
  • Method Details

    • afterCreateConnection

      default void afterCreateConnection(org.apache.activemq.artemis.spi.core.protocol.RemotingConnection connection) throws org.apache.activemq.artemis.api.core.ActiveMQException
      A connection has been created.
      Parameters:
      connection - The newly created connection
      Throws:
      org.apache.activemq.artemis.api.core.ActiveMQException
    • afterDestroyConnection

      default void afterDestroyConnection(org.apache.activemq.artemis.spi.core.protocol.RemotingConnection connection) throws org.apache.activemq.artemis.api.core.ActiveMQException
      A connection has been destroyed.
      Throws:
      org.apache.activemq.artemis.api.core.ActiveMQException