Thanks for the handful replies.
we have also configured paging parameters for our JBoss Messaging Server in Prod Environment for our older version of JBM
Values set for FullSize, PageSize, and DownCacheSize are 500,250 and 250 respectively.
Before setting these values, we used to often get OutOfMemory Exception in our Prod Environment.After setting these values, we never get OutOfMemory exception..Pls suggest whether the values set is optimal or less aggressive for JBM at prod environment which currently handles millions and millions of messages.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179927#4179927
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179927
I'm developing an application that retrieves emails on behalf of clients (from yahoo, gmail, hotmail, etc.). Currently, I'm creating the mail session by myself. I know I can define my mail session in the mail-service.xml file.
However, I have the following questions:
* Is it possible to define more than one mail session? If so, how (exact xml elements/syntax)?
* Is a mail session considered a "heavy" resource that JBoss will manage better for me or is creating mail sessions by myself in the code is just as efficient?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179925#4179925
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179925
anonymous wrote : 18:35:44,233 ERROR [FileUtils] java.io.FileNotFoundException: /config.xml (No such file or directory)
Is FileUtils class, part of your application? I guess, its logging an incorrect exception. Because in the exception stacktrace i see this:
anonymous wrote :
| 18:35:44,235 ERROR [STDERR] org.dom4j.DocumentException: Error on line -1 of document : Premature end of file. Nested exception: Premature end of file.
| 18:35:44,235 ERROR [STDERR] at org.dom4j.io.SAXReader.read(SAXReader.java:482)
| 18:35:44,235 ERROR [STDERR] at org.dom4j.DocumentHelper.parseText(DocumentHelper.java:278)
which makes me believe that the file was found and was being parsed.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179921#4179921
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179921