[jboss-user] [EJB/JBoss] - Re: Pool size for my Stateless Beans?

2006-09-19 Thread sumedh_inamdar
Aha?finally it worked?!!!

I tried it yesterday with same setting, but not sure what mistake I was doing.

We need to configure MaximumSize in 
\server\default\conf\standardjboss.xml to limit number of threads 
of MDB.



  message-driven-bean
  default
  
org.jboss.ejb.plugins.jms.JMSContainerInvoker
  
DefaultJMSProvider
StdJMSPool
true

1
2
3
1

  10
  
queue/DLQ
10
0
  

  



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972527#3972527

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972527
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Re: Pool size for my Stateless Beans?

2006-09-15 Thread sumedh_inamdar
I put this in standardjboss.xml's Standard Message Driven Bean 
 node...

 
   2
   true
 

But that is not working...my MDB is happily accepting 4 simultaneous requests 
and 4 instances are getting created...(I printed thread ID and object ID in 
onMessage() method, which prints 4 different values)

I even set this in standardjboss.xml's  node... 

1
23
1

But doesn't work :(

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971891#3971891

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971891
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Re: Pool size for my Stateless Beans?

2006-09-14 Thread sumedh_inamdar
How do I switch to strict maximum?

I searched for this in the JBoss manual, but didn't find anything :(

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971524#3971524

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971524
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user