# ICluster.find property · @imqueue/core

Source: https://imqueue.org/api/core/latest/core.icluster.find/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/core 3.3.2 — generated reference, not hand-written

Looks a server up, matching by `id` when both sides carry one and by host and port otherwise. Returns `undefined` when it is not registered.

**Signature:**

```typescript
find: (server: IServerInput) => IMessageQueueConnection | undefined;
```

