Re: Messages delivery to JBoss MDB stopped after an exception

2008-04-17 Thread srouil
Hello, If I look at EJB 2.1 specification, section 18.3.3 it describes behaviour of container in case the bean listener method throws an exception. Here we speak about both checked and un-checked exceptions. Don't you think that it is a bit tough that the whole MDB is killed (does not receive an

Re: Messages delivery to JBoss MDB stopped after an exception

2008-04-17 Thread Dhruba Bandopadhyay
That's very interesting and good to know for me also. Thanks for making this known Rob. I assume it is okay to throw checked exceptions in general then from consumers without any change in jms behaviour? On Thu, Apr 17, 2008 at 1:44 PM, Rob Davies <[EMAIL PROTECTED]> wrote: > > > On 17 Apr 2008

Re: Messages delivery to JBoss MDB stopped after an exception

2008-04-17 Thread Rob Davies
On 17 Apr 2008, at 09:42, srouil wrote: Hi all, I have configured Active MQ 5.0.0 integration in JBoss AS 4.0.5 according to http://activemq.apache.org/integrating-apache-activemq-with- jboss.html. I modified also jboss.xml deployment descriptor so that my MDB uses "Standard Message Infl