i think the main problem is how can i make JMS and JDBC operations in one
transaction.
if the answer is yes. can i solve the problem by using Jenck?


Hans Bausewein wrote:
> 
> Which ActiveMQ version do you use?
> 
> Where does the exception occur?
> 
> During a MessageConsumer.receive() ?
> In that case: what exception do you get?
> 
> 
> If the exception occurred after it was received, the message can only be
> retrieved later if the session was transacted and if the transaction was
> rolled back. See the Spring documentation for that.
> 
> It could help if you increase the log level to DEBUG (and enable log4j
> logging).
> 
> Hans
> 
> 

-- 
View this message in context: 
http://www.nabble.com/persistence-problems-in-consumer-having-java-exception-tp20102479p20143031.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to