1 Reply Latest reply on Oct 28, 2009 4:12 AM by anushree123

    Getting error in configuring queue

    anushree123

      Hi,
      I am a newbie in jboss esb.
      I created a simple project which prints message in a queue on console.
      The jboss-esb.xml is as follows:
      <?xml version="1.0"?>
      <jbossesb parameterReloadSecs="5"
      xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd">

      <jms-provider connection-factory="ConnectionFactory"
      jndi-URL="localhost"
      jndi-context-factory="org.jnp.interfaces.NamingContextFactory" name="JBossMQ">
      <jms-bus busid="firstQueue">
      <jms-message-filter dest-name="queue/first_queue" dest-type="QUEUE"/>
      </jms-bus>
      </jms-provider>




      <jms-listener busidref="firstQueue" is-gateway="false" name="Sample-Gateway"/>











      deployment.xml is
      <?xml version="1.0" encoding="UTF-8"?>
      <jbossesb-deployment>
      jboss.esb.quickstart.destination:service=Queue,name=first_queue
      </jbossesb-deployment>

      when i run this on server i get following error:
      --- MBeans waiting for other MBeans ---
      ObjectName: jboss.esb:deployment=First.esb
      State: NOTYETINSTALLED
      I Depend On:
      jboss.esb.quickstart.destination:service=Queue,name=first_queue
      jboss.esb:deployment=jbossesb.esb

      --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
      ObjectName: jboss.esb.quickstart.destination:service=Queue,name=first_queue
      State: NOTYETINSTALLED
      Depends On Me:
      jboss.esb:deployment=First.esb

      Please help me out...
      Thanks in advance for any help...