That does not help at all. The way you get a message from any other queue is to create an MDB and register as a listener for that queue. I'm making a thread that starts up every hour and takes all the messages off the DLQ and tries to deliver them back to their original destination queue. I can't seem to start the thread, register as a listener and have the DLQ dump me it's messages. To this point I can only see the messages using the QueueBrowser. When I register as a listener in my Thread I don't get any messages although I can see that there are several in there. Currently I have tried to register as a QueueConsumer in my Thread, set the consumers listener but the consumer is never notified in the receive() method even though there are several messages that have been in the DLQ for a while. How do I remove a message from the DLQ so I can send it back to its origianl destination queue using a Thread on a timer and not just registering some MDB that will receive DLQ messages as soon as they arrive? I'm thinking that I register and unregister this MDB when the thread starts but that doesn't seem to work either!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873816#3873816 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873816 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
