[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.NameNotFoundException: queue not bound

jaikiran do-not-reply at jboss.com
Fri Dec 21 04:15:22 EST 2007


<mbean code="org.jboss.mq.server.jmx.Queue"
  | 	 name="jboss.mq.destination:service=Queue,name=WebRequest"
  | 	  xmbean-dd="xmdesc/Queue-xmbean.xml">
  |     <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
  |   </mbean>

Remove the xmbean-dd=... part from that queue definition. It should just be

<mbean code="org.jboss.mq.server.jmx.Queue"
  | 	 name="jboss.mq.destination:service=Queue,name=WebRequest">
  |     <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
  |   </mbean>


As far as the DB error is concerned, did you do any changes to the hsqldb-ds.xml file present in the deploy folder?



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

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



More information about the jboss-user mailing list