try this:
<?xml version = '1.0' encoding = 'windows-1252'?>
<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS//EN"
"http://www.jboss.org/j2ee/dtd/jboss.dtd">
<enterprise-beans>
<message-driven>
<ejb-name>FileWorkerEJB</ejb-name>
<jndi-name>FileWorkerEJB</jndi-name>
<configuration-name>MDB-POOL-OWN</configuration-name>
<destination-jndi-name>queue/dataown</destination-jndi-name>
</message-driven>
<message-driven>
</enterprise-beans>
<container-configurations>
<container-configuration extends="Standard Message Driven Bean">
<container-name>MDB-POOL-OWN</container-name>
<container-pool-conf>
6
true
</container-pool-conf>
</container-configuration>
</container-configurations>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132131#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...