# JobQueueOptions.username property · @imqueue/job

Source: https://imqueue.org/api/job/latest/job.jobqueueoptions.username/
Published: 2026-07-31
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/job 3.0.3 — generated reference, not hand-written

Username for authenticating against the broker. Omit it on a broker that takes a password alone, which is the usual Redis setup.

**Signature:**

```typescript
username?: string;
```

