I am writing a custom exchange for qpid.  It attempts to deliver messages in a 
specific way, and if it fails, the messages are stored in a "holding" queue.  
After some state changes, the exchange needs to try to redeliver the held 
messages.  How is this best implemented within the custom exchange?

I am looking for something similar to the Queue::move method.  The exception 
being I would like to move the messages from a queue to an exchange for routing 
(and not directly into another queue).  I also do not want to implement this 
via an external client which consumes messages in the holding queue and sends 
them back to the exchange (although, that will be the solution if it is 
impossible from within the exchange).  

Thanks!
                                          
_________________________________________________________________
Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
http://clk.atdmt.com/GBL/go/196390709/direct/01/

Reply via email to