Hello

I am using Jboss 4.0.3 SP1 and I would like to browse messages that are in a 
queue that have been scheduled for redelivery.

The scenario is that 

- I have set the RedeliveryDelay on a queue to be 30000 ms
- A message is processed by an MDB which fails to process the message and 
throws an EJBException (this is the bahaviour I think I want)
- Looking at the JBoss implementation of a BasicQueue it seems that the message 
is then placed in an events object that is used for redelivery scheduling.
- Once the message is placed in the events object it seems that when you 
attempt to browse/view messages in the queue, you are unable to view those 
messages in the events object.
- I can view the number of messages in the events object by calling the method 
getScheduledMessageCount, but I do not seem to be able to access the messages 
themselves.

I am unable to find anything in the forums that mention anything regarding 
this.  Is there anyway to browse/list these messages.

Thanks

Shafiek

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905371#3905371

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3905371


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to