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

How to create Thread Pool in Jboss

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,

I am new to JBOSS 5.1.0 can any body tell me how to configure thread pool in JBOSS. Which config files need to be modified. I don't have any idea.

I gone through so many links, but cannot find any good materials. Please explains me if any body knows.

It would be great if any Sample code provided.

This link show how to configure thread pool in jboss : http://community.jboss.org/wiki/ConfigBasicThreadPool

But they have not given which xml file I need to add and in java code how can I use it?

Configuration of a BasicThreadPool
The basic thread pool provides a simple thread pooling service
Example Configuration

 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

vijay sachin wrote:Hi,

I am new to JBOSS 5.1.0 can any body tell me how to configure thread pool in JBOSS. Which config files need to be modified. I don't have any idea.



Isn't this the same question which you asked and got an answer here https://coderanch.com/t/528949/JBoss/configure-Thread-pool-JBOSS
 
vijay sachin
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
But the above link shows how to creates MDB pool.
But I need to know how can we creat normal Thread pool in jboss

While googling I got to see this one link http://community.jboss.org/wiki/ConfigBasicThreadPool

But below they had not specified which xml file I need to change. And also I need to know how can I use this Java code


Configuration of a BasicThreadPool
The basic thread pool provides a simple thread pooling service
Example Configuration
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
It would help if you didn't ask this same question in multiple locations because having multiple conversations only leads to confusion. Locking.
    Bookmark Topic Watch Topic
  • New Topic