• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

OutofMemoryError with JBOSS v3.0.2 JMS

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
In my application, I am using JBOSS v3.0.2 JMS implementation. I am using durable topics. Both the JMS producer and consumer are java classes (no MDBs). During load test, after some time I am getting out of memory error.
Can some body tell me on how to configure JMS to store the files in a database. I am using MySQL as the database.So it will be great if some one kindly tell me on configuring mySQL for JMS Persitence mechanism.
Thanks and Regards,
Jeelani
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
which JDK do you use ? We discovered similar problems while using the SUN JDK so we switched to the IBM JDK 1.3.1 which really works fine and very stable.
J�rg
 
Jeelani Sk
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are using Sun JDK 1.3.
Regards,
Jeelani
 
reply
    Bookmark Topic Watch Topic
  • New Topic