{"record":{"id":"c85141e49fd5930a","repo":"phalcon/cphalcon","slug":"the-transport-does-not-support-message-priority","errorCode":null,"errorMessage":"The transport does not support message priority","messagePattern":"The transport does not support message priority","errorType":"exception","errorClass":"Phalcon\\Queue\\Exceptions\\PriorityNotSupportedException","httpStatus":null,"severity":"error","filePath":"phalcon/Queue/Adapter/AbstractProducer.zep","lineNumber":67,"sourceCode":"    {\n        return null;\n    }\n\n    abstract public function send(<DestinationInterface> destination, <MessageInterface> message) -> void;\n\n    public function setDeliveryDelay(var deliveryDelay = null) -> <ProducerInterface>\n    {\n        if unlikely deliveryDelay !== null {\n            throw new DeliveryDelayNotSupportedException();\n        }\n\n        return this;\n    }\n\n    public function setPriority(var priority = null) -> <ProducerInterface>\n    {\n        if unlikely priority !== null {\n            throw new PriorityNotSupportedException();\n        }\n\n        return this;\n    }\n\n    public function setTimeToLive(var timeToLive = null) -> <ProducerInterface>\n    {\n        if unlikely timeToLive !== null {\n            throw new TimeToLiveNotSupportedException();\n        }\n\n        return this;\n    }\n}\n","sourceCodeStart":49,"sourceCodeEnd":82,"githubUrl":"https://github.com/phalcon/cphalcon/blob/b7419de9cd0a8a3f48441ead84c9f8415d463e25/phalcon/Queue/Adapter/AbstractProducer.zep#L49-L82","documentation":"Error \"The transport does not support message priority\" thrown in phalcon/cphalcon.","triggerScenarios":"Thrown at phalcon/Queue/Adapter/AbstractProducer.zep:67 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"b7419de9cd0a8a3f48441ead84c9f8415d463e25","analyzedAt":"2026-08-21T06:21:18.811Z","schemaVersion":2},"datasetVersion":"2026-08-21T11:28:35.574Z"}