Tagged Questions
The zend-queue tag has no wiki summary.
2
votes
2answers
634 views
Use Zend_Queue without Zend Server
Is it possible to use Zend Queue without to have Zend Server installed on a server ?
1
vote
2answers
435 views
Getting a Reference to a Zend_Application's Config Object
Is there a helper method/object/methodology for getting a reference to a Zend_Application's config resource?
I know I can do something like
$config = new Zend_Config_Ini($file, $environment);
but ...
0
votes
1answer
677 views
Infrastructure for Running your Zend Queue Receiver
I have a simple messaging queue setup and running using the Zend_Queue object heirarchy. I'm using a Zend_Queue_Adapter_Db back-end. I'm interested in using this as a job queue, to schedule things ...