📂 from /home/chedong/.local/share/rdoc
| Use Case | Command | Description |
|---|---|---|
| 🚪 Create a DeleteOk object after queue deletion | AMQ::Protocol::Queue::DeleteOk.new | Instantiate a new acknowledgment for a queue delete operation |
| 🔍 Check the number of deleted messages | delete_ok.message_count | Retrieve the count of messages removed from the queue |
| 📦 Decode a DeleteOk from a protocol frame | AMQ::Protocol::Queue::DeleteOk.decode(data) | Parse a binary frame into a DeleteOk object |
| ❓ Test if the object contains content | delete_ok.has_content? | Returns false for DeleteOk (no content body) |
decode — Decode a DeleteOk from a protocol framehas_content? — Returns false (DeleteOk has no content)new — Create a new DeleteOk instancemessage_count — Returns the number of messages deleted from the queueattr_reader :message_count — Read-only access to the message countGenerated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-28 20:30 @216.73.217.46
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format