I am suing activemq 5.8.0 , .NET 4.0 . I wrote a producer program ,sending
100000 messages in a for loop , then called session.commit() since I am
using transactional mode.
    After 10 minutes, I checked the web console , and found out the broker
received no messages. Activemq.log showed an warning: wait for space to send
transacted message.
    But I think there should be a timeout/overtime exception for
session.commit() , it should not just keep waiting as long as possible,
instead it should throw out timeout exception after a certain time period. 
Is there such an exception ?  Please help me.



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Is-there-an-timeout-exception-for-session-commit-tp4671013.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to