46.5. 消费者标头
消费者在 Exchange 消息中存储多个作业标头:
属性 | 类型 | 描述 |
---|---|---|
beanstalk.jobId | long | 作业 ID |
beanstalk.tube | string | 包含此作业的 tube 的名称 |
beanstalk.state | string | "ready" 或 "delayed" 或 "reserved" 或 "buried" (必须为 "reserved") |
beanstalk.priority | long | 设置的优先级值 |
beanstalk.age | int | 创建此作业的 put 命令的时间(以秒为单位) |
beanstalk.time-left | int | 服务器将该作业放入就绪队列中前的秒数 |
beanstalk.timeouts | int | 此作业在保留过程中超时的次数 |
beanstalk.releases | int | 客户端从保留中释放此作业的次数 |
beanstalk.buries | int | 此任务已禁止的次数 |
beanstalk.kicks | int | 启动此作业的次数 |