Zend_Queue will also accept your own message class.
Our variables start with an underscore. For example:
<?php
class Zend_Queue_Message
{
protected $_data = array();
}
You can extend the existing messaging class. See the example code in
tests/Zend/Queue/Custom/Message.php.




