"Session map: {} Outbound session map: {} VMID remap: {} " +
"Reconnect delay queue: {} Active reconnections: {}",
destination, session_map, outbound_session_map,
vmid_remap, reconnect_delay_queue, active_reconnections );
}
throw new NotConnectedException( destination );
}
}
finally {
map_lock.unlock();
}
IoSession session = container.getSession( SEND_MESSAGE_SESSION_CONNECT_TIMEOUT );
if ( session == null ) throw new NotConnectedException( destination );
SessionInfo session_info = ( SessionInfo ) session.getAttribute( SESSION_INFO_KEY );
// See if there's a test hook that would like to drop the message