# IMQRPCRequest.from property · @imqueue/rpc

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

Name of the caller's own queue — the call's reply address.

**Signature:**

```typescript
from: string;
```

## Remarks

The service publishes the response to exactly this queue, so it is not a human-readable client label. Rewriting it in a `beforeCall` hook redirects the reply.

