Section Number and Name:
3.4. Configuring Java Message Service (JMS)
Describe the issue:
BRMS installation requires 2 more connectionFactory/queue pairs.
ConnectionFactory
name : KIE.EXECUTOR, jndiName : jms/cf/KIE.EXECUTOR
name : KIE.SERVER.EXECUTOR, jndiName : jms/cf/KIE.SERVER.EXECUTOR
Queue
name : KIE.EXECUTOR, jndiName : jms/KIE.EXECUTOR
name : KIE.SERVER.EXECUTOR, jndiName : jms/KIE.SERVER.EXECUTOR
Without them, you will see the following warnings:
business-central.war and kie-server.war
####<Jun 29, 2016 11:36:03 AM JST> <Warning> <org.jbpm.executor.impl.ExecutorImpl> <dhcp-217-23.nrt.redhat.com> <AdminServer> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-08D153E8E7283FE4D0FB> <> <1467167763846> <BEA-000000> <Disabling JMS support in executor because: unable to initialize JMS configuration for executor due to While trying to look up /JmsXA in /app/webapp/business-central.war/468673256.>
kie-server.war
####<Jun 29, 2016 11:45:08 AM JST> <Warning> <EJB> <dhcp-217-23.nrt.redhat.com> <AdminServer> <[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1467168308009> <BEA-010061> <The Message-Driven EJB KieExecutorMDB is unable to connect to the JMS destination jms/KIE.SERVER.EXECUTOR. The Error was: The destination for the MessageDrivenBean KieExecutorMDB(Application: kie-server, EJBComponent: kie-server.war) could not be resolved at this time. Please ensure the destination is available at the JNDI name jms/KIE.SERVER.EXECUTOR. The EJB container will periodically attempt to resolve this MessageDrivenBean destination and additional warnings may be issued.>
These warnings don't block the installation so you may see "OK" status in WebLogic console.
BRMS "Asset Management" requires jBPM Executor. But jBPM Executor can work even if JMS configuration is missing.
So this is not a critical issue but a proper fix would be to configure KIE.EXECUTOR and KIE.SERVER.EXECUTOR during the installation steps to sweep out such warnings.
- is related to
-
BXMSDOC-623 Specify system properties for Executor
- Closed