FYI to archive searchers: http://www.nabble.com/30-Limit-to22477766.html
On Mar 11, 2009, at 9:20 AM, RakeshSU wrote:
Property "ThreadPoolSize" not supported by "My JMS Resource Adapter"
- in the
ejb.log.
Using Openejb 3.1. Is this not supported.
What I see is the messages go back and forth from different MDB's
queues/topic for some 30-40 messages, and then it gets stuck. I have
maxMessagesPerSession > maxSessions
openejb.xml
<Resource id="My JMS Resource Adapter" type="ActiveMQResourceAdapter"
provider="Default JMS Resource Adapter">
# Broker configuration URI as defined by ActiveMQ
# see http://activemq.apache.org/broker-configuration-uri.html
BrokerXmlConfig
broker:(tcp://localhost:61618)?useJmx=false&persistent=true
#BrokerXmlConfig
# Broker address
#ServerUrl vm://localhost?async=true
ServerUrl tcp://localhost:61618
# DataSource for persistence messages
DataSource MyDS
# Specifies the size of the thread pool available to AciveMQ.
ThreadPoolSize 200
</Resource>
--
View this message in context:
http://www.nabble.com/ThreadPoolSize-not-supported-tp22458740p22458740.html
Sent from the OpenEJB User mailing list archive at Nabble.com.