"gaohoward" wrote : Hi, 
  | 
  | I don't know if jms-ds.xml has such a parameter, you can ask the JCA forum 
about it. JBoss remoting does has such a parameter, you can read about it in 
the jboss remoting's doc. The remoting configuration file is set at the JBM 
server side only. 
  | 

I know there is a JCA thread pool, as I already talked to them, and that's not 
what I'm after.

I find maxPoolSize in jms-ds.xml in the current releases of AS, so I also know 
about that.

So, what I'm trying to make sure I understand is what parameter does what?  The 
remoting configuration seems an unlikely place to be setting a thread pool for 
an in JVM invocation.

For example, in EJB 3 land, there is a thread pool for remote clients that make 
EJB calls, but that is bypassed when the call comes from within the same JVM.

I would expect the same behavior from messaging, where the remoting 
configuration would be only for remote clients, and there would be different 
behavior for the in JVM calls.

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

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

Reply via email to