Interface ActiveMQServerConnectionPlugin
- All Superinterfaces:
ActiveMQServerBasePlugin
- All Known Subinterfaces:
ActiveMQServerPlugin
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidafterCreateConnection(RemotingConnection connection) A connection has been created.default voidafterDestroyConnection(RemotingConnection connection) A connection has been destroyed.Methods inherited from interface ActiveMQServerBasePlugin
init, registered, setInit, unregistered
-
Method Details
-
afterCreateConnection
A connection has been created.- Parameters:
connection- The newly created connection- Throws:
ActiveMQException
-
afterDestroyConnection
A connection has been destroyed.- Throws:
ActiveMQException
-