Re: RedeliveryPolicy appears to get ignored in an XA Transaction
Did you get an answer to your problem? My problem that is after throwing RuntimeException my message is not redelivered, further more any otherv message from the queue is not delivered any more, till I restart the app.
RedeliveryPolicy appears to get ignored in an XA Transaction
g).getText(); } catch (JMSException e) { e.printStackTrace(); } System.out.println("message=" + message); throw new RuntimeException("ROLLBACK TEST"); } -- View this message in context: http://www.nabble.com/RedeliveryPolicy-a