[JBoss JIRA] Created: (JBPM-2288) Queue configuration for JBM missing
by Martin Putz (JIRA)
Queue configuration for JBM missing
-----------------------------------
Key: JBPM-2288
URL: https://jira.jboss.org/jira/browse/JBPM-2288
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: jBPM 3.2.5.SP5
Reporter: Martin Putz
Fix For: SOA 4.3 CP02
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>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months