[
https://jira.jboss.org/jira/browse/JBPM-2288?page=com.atlassian.jira.plug...
]
Alejandro Guizar reassigned JBPM-2288:
--------------------------------------
Assignee: Alejandro Guizar
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
Assignee: Alejandro Guizar
Fix For: jBPM 3.2.7
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