# IMQClient.serviceName property · @imqueue/rpc

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

The remote side: the queue every request is addressed to, and the pub/sub channel [IMQClient.subscribe()](https://imqueue.org/api/rpc/latest/rpc.imqclient.subscribe/) listens on.

**Signature:**

```typescript
readonly serviceName: string;
```

## Remarks

Defaults to this client's base name with a trailing `Client` removed, so `UserClient` talks to the queue `User`.

