[jboss-user] [EJB 3.0] - Re: Help need to solve the jms not bound error
PeterJ
do-not-reply at jboss.com
Thu Nov 6 12:45:54 EST 2008
Oops, the *-service.xml file should be:
<server>
| <mbean code="org.jboss.jms.server.destination.QueueService"
| name="jbia.jms:service=Queue,name=NewMessage"
| xmbean-dd="xmdesc/Topic-xmbean.xml">
| <depends optional-attribute-name="ServerPeer">
| jboss.messaging:service=ServerPeer
| </depends>
| <depends>jboss.messaging:service=PostOffice</depends>
| </mbean>
| </server>
The security stuff was for my app.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187458#4187458
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187458
More information about the jboss-user
mailing list