Hi,

after spending a couple of hours fiddling around on JMS redelivery I'm crying now out 
for help.

Problem:
How to force a message to be redelivered after a configuered timeout ?

Env:
- JBoss 3.2.5
- MessageDrivenBean (listens on durable queue, TX-Type: required)
- FilePersistenceManager
- add. attributes in jboss-mq-destinations-service.xml for my queue:
                RedeliveryDelay: 2000
                RedeliveryLimit:  10

Attempts:
- calling MessageDrivenContext.setRollbackOnly()
- throwing EJBException to force rollback

None of these showed the expected behavior - although I can see in the
debugger that the tx is really rollbacked.

Any ideas?


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

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


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to