# IMQClient.hostName property · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.imqclient.hostname/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

Machine-scoped identity, `"<osUuid>-<id>:client"`, where `osUuid` is a hash of the OS machine id.

**Signature:**

```typescript
readonly hostName: string;
```

## Remarks

This is not a network hostname. The `:client` suffix is what makes the default `cleanupFilter` of `'*:client'` match client queues. In `singleQueue` mode it is inherited from the shared queue's name instead.

