Posted: Tue Oct 31, 2006 6:08 pm Post subject: Dead Letter Queue Question?
Voyager
Joined: 14 Aug 2006 Posts: 78
On what conditions does the messages reach Dead Letter Queue?
Once we determine that the messages reached Dead Letter Queue, how do we, then, re-direct the messages to the proper destination queue?
I really appreciate your reply.
Thanks a lot in advance.
Messages get put on a the Dead Letter Queue when they can't be delivered, but must be kept.
The Dead Letter Queue is just another queue. You redirect messages that are on it by reading messages from the queue, removing the dead letter header and then writing them to another queue.
Also, you'll notice that the authors of the documentation have anticipated this exact question, and writen an answer.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum