-
Bug
-
Resolution: Done
-
Major
-
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>