コード例 #1
0
 @Override
 protected void connectionClosed(Connection c) {
   managedSonicConnection.setConnection(null);
 }
コード例 #2
0
 protected void connectionCreated(Connection c) {
   managedSonicConnection.setConnection((ActiveMQConnection) c);
   if (activeMQSubscriptionEventListener != null) { // NOSONAR
     //            ((ActiveMQConnection)c).addTransportListener(activeMQSubscriptionEventListener);
   }
 }