[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: MDB Deployment Exception (HELP!)

PeterJ do-not-reply at jboss.com
Fri Feb 29 14:22:36 EST 2008


jbossas 5.0 beta4 uses JBoss Messaging 1.4.1.beta1.  If you download the source for that version of JBoss Messaging, and look in the src/etc/server/default/deploy directory you will see an example destinations-service.xml file. It would be nice if that file was provided as part of jbossas, perhaps in the docs/example/messaging directory. (hint, hint)

Your queue definition would look like:

   <mbean code="org.jboss.jms.server.destination.QueueService"
  |       name="jboss.messaging.destination:service=Queue,name=testQueue"
  |       xmbean-dd="xmdesc/Queue-xmbean.xml">
  |       <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
  |       <depends>jboss.messaging:service=PostOffice</depends>
  |       <attribute name="SecurityConfig">
  |          <security>
  |             <role name="guest" read="true" write="true"/>
  |          </security>
  |       </attribute>
  |    </mbean>

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

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



More information about the jboss-user mailing list