Hi,

We're using jboss 3.2.2 and depend heavily on JMS. 

A request is received by a session bean which sends it to a topic, a MDB does some 
things and sends a message to a queue. Another MDB gets this message, also does some 
things and returns it. 

After approx. 1000-2000 requests JMS appears to hang (and therefore the entire 
system). After up to a few minutes the system continues and messages like below appear 
in the logfile. 

13:59:48,456 DEBUG [Test] publishing
13:59:48,862 DEBUG [Test] publishing
...
WARN  [org.jboss.tm.TransactionImpl] Transaction TransactionImpl:XidImpl 
[FormatId=257, GlobalId=test-dev//283915, BranchQual=] timed out. status=STATUS_ACTIVE
....
12:59:49,109 ERROR [BeanLock] Saw rolled back tx=TransactionImpl:XidImpl 
[FormatId=257, GlobalId=test//252465, BranchQual=]
...
12:59:49,109 ERROR [LogInterceptor] TransactionRolledbackException in method: public 
abstract Logging 
LoggingHome.create(java.lang.String,java.lang.String,java.lang.String) throws 
javax.ejb.CreateException,java.rmi.RemoteException, causedBy:
java.lang.RuntimeException: Transaction marked for rollback, possibly a timeout
...
13:03:44,562 DEBUG [Test] published
13:03:44,563 DEBUG [Test] published

After these warnings and errors the JMS goes on and messages are published. As you can 
see it took about 4 minutes for the messages to get published. Both messages sent to 
the topic and the queue are 'hanging' so it appear JMS is hanging.


Anyone any idea? 

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827634#3827634";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827634>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to