Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-2288

Queue configuration for JBM missing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • jBPM 3.2.7
    • jBPM 3.2.5.SP5
    • None
    • None

      The default configuration in the jbpm-jpdl-3.2.5SP5 package only contains the queue configuration for JBossMQ in /deploy/server/default/deploy/jbpm/jbpm-destinations-service.xml file.

      This breaks the deployment on JBoss EAP 4.3 which comes with JBM. An alternative config file should be included in the distribution:

      <mbean code="org.jboss.jms.server.destination.QueueService"
      name="jboss.mq.destination:service=Queue,name=JbpmJobQueue"
      xmbean-dd="xmdesc/Queue-xmbean.xml">
      <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
      </mbean>

      <mbean code="org.jboss.jms.server.destination.QueueService"
      name="jboss.mq.destination:service=Queue,name=JbpmCommandQueue"
      xmbean-dd="xmdesc/Queue-xmbean.xml">
      <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
      </mbean>

            aguizar_jira Alejandro Guizar (Inactive)
            rhn-support-mputz Martin Weiler (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: