<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
<ejb-jar >
   <description>foo</description>

   <enterprise-beans>
      <message-driven >
         <description>foo</description>
         <ejb-name>foo</ejb-name>
         <ejb-class>foo.ejb.FooEjb</ejb-class>

         <transaction-type>Container</transaction-type>
         <message-driven-destination><destination-type>javax.jms.Queue</destination-type></message-driven-destination>
      </message-driven>
   </enterprise-beans>

</ejb-jar>

