Re: ActiveMQ RA and client acknowledge in a message-driven bean

2010-06-02 Thread Gary Tully
that is a reference to a test case source file: http://svn.apache.org/viewvc/activemq/trunk/activemq-ra/src/test/java/org/apache/activemq/ra/MDBTest.java?view=markup On 1 June 2010 21:09, Vyom wrote: > > Hey i didn't get about the exception part, > "org.apache.activemq.ra.MDBTest.testMessageExce

Re: ActiveMQ RA and client acknowledge in a message-driven bean

2010-06-01 Thread Vyom
Hey i didn't get about the exception part, "org.apache.activemq.ra.MDBTest.testMessageExceptionReDelivery" What is this exception, please explain. Ivan Pechorin wrote: > > Hello > > 2010/4/21 Gary Tully : >> Use a transacted delivery in your endpoint activation and throw an >> exception >> f

Re: ActiveMQ RA and client acknowledge in a message-driven bean

2010-04-26 Thread Ivan Pechorin
Hello 2010/4/21 Gary Tully : > Use a transacted delivery in your endpoint activation and throw an exception > from onMessage. if you have the source, take a peek at this test: > org.apache.activemq.ra.MDBTest.testMessageExceptionReDelivery Thanks a lot, it works like a charm now! Another thing

Re: ActiveMQ RA and client acknowledge in a message-driven bean

2010-04-21 Thread Gary Tully
Use a transacted delivery in your endpoint activation and throw an exception from onMessage. if you have the source, take a peek at this test: org.apache.activemq.ra.MDBTest.testMessageExceptionReDelivery On 21 April 2010 06:02, Ivan Pechorin wrote: > Hello! > > I use JBoss, ActiveMQ resource a