# IMQClient.queueName property · @imqueue/rpc

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

The local side: the queue replies come back on, and the value placed in `request.from`.

**Signature:**

```typescript
readonly queueName: string;
```

## Remarks

Equals [IMQClient.name](https://imqueue.org/api/rpc/latest/rpc.imqclient.name/), or [IMQClient.hostName](https://imqueue.org/api/rpc/latest/rpc.imqclient.hostname/) when `singleQueue` is enabled. Also the channel [IMQClient.broadcast()](https://imqueue.org/api/rpc/latest/rpc.imqclient.broadcast/) publishes to.

