Problems in JBoss 6 - slowness to read JMS files and queues

0

Good afternoon

I would like help from you guys to try to solve this problem that I am facing a few days into a JBoss 6 that I have hosted in a VPS. It happens that I have been observing the following warning at all times in the JBoss logs: "ARJUNA-16037 Could not find new XAResource to use for recovering non-serializable XAResource". In addition I noticed an absurd slow reading of files via java code (reading a simple xml file is taking more than 20 seconds) and also the time that JMS messages take to be processed (JMS messages are stuck with approximately 2 days of delay). Would anyone give me at least one clue to solve these problems? Note: I have already restarted JBoss, I have stopped and uploaded MySql again from the machine (since I have not used database operations currently) and have also restarted Apache.

Thank you very much for your attention.

    
asked by anonymous 23.09.2014 / 22:09

1 answer

1

The problem in slow reading was because the file in question had more records than I thought, in this case I adopted a solution based on DB and the problem was solved. I have a problem with JBoss, but I have a problem with it. I have a problem with the problem. I changed the HornetQ (JMS) settings to have fewer queue consumers, thus decreasing memory usage.

    
29.09.2014 / 16:17