[jboss-user] [Messaging, JMS & JBossMQ] - Re: configure MDB instances w/ JBOSS 4.2.2

targit do-not-reply at jboss.com
Tue Feb 26 06:38:19 EST 2008


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#4132131

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132131



More information about the jboss-user mailing list