Finally I have been able to tune Jboss AS to work as per the expectation of our company.I
have made few configuration changes and I think combination of those helped. Those are
underlined below
1>I have disabled XA recovery coniguration outlined in chapter 8 of JBoss messaging
installation.
2>Found this
https://jira.jboss.org/jira/browse/JBAS-5801. We were getting some
transaction exceptions after 2-3 weeks. So added this attribute
<track-connection-by-tx/> to jms-ds.xml
3> As Howard suggested we updated to newer version of Jboss remoting which had
completely eliminated the issue of messages getting stuck in queues.
4>Removed jmx-console war from deployment which I think was the main reason behind slow
jboss shutdown.
5>We had earlier removed 'FILE' logger from jboss log4j configuration knowing
that logging does have performance impact. Now we have removed all jboss specific log
items and allowed only application logs.
Hope this is going to be helpful for all developers working with Jboss messaging.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242460#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...