7 Replies Latest reply on Apr 21, 2013 4:23 AM by vpolakis

    Mq to hornetq migration question

    vpolakis

      Hi all,

       

      I am performing a migration from (mp) AS 4.2.2 to (hornetq) AS 6.1.0.

      I have a ScriptSupervisionService.sar and jboss-scriptsupervision-service.xml that are deloyed in ..\server\default\deploy dir

      For jboss-scriptsupervision-service.xml, jboss.mq.destination:service is not available in jboss 6 (mq->hornetq)

      <<server>

                      

        <mbean code="org.jboss.varia.scheduler.Scheduler"

           name="user:service=Scheduler,name=SchedulableScriptSupervision">

          <depends>jboss.mq.destination:service=Queue,name=PendingNeQueue</depends>

          <attribute name="StartAtStartup">false</attribute>

          <attribute name="SchedulableMBean">script:service=ScriptSupervision</attribute>

          <attribute name="SchedulableMBeanMethod">checkMasterNeList</attribute>

          <attribute name="InitialStartDate">NOW</attribute>

          <attribute name="SchedulePeriod">180000</attribute>

          <attribute name="InitialRepetitions">-1</attribute>

        </mbean>

                      

      </server> >

       

      Can someone help me on how to add this dependency on hornetq?

       

      Many thx

      Vangelis