Hello, everyone.
I seem to be unable to resolve an issue with building a BPM process that uses JMS as a start message. Whenever I try to build the process, I get following error output:
Error: Build of process “ImportDispatchAdvice” failed. The log file might have more information.
java.lang.Exception: Unable to create queue DispatchAdvice.
at com.webMethods.process.generator.util.JMSProviderUtil.createNirvanaDestination(JMSProviderUtil.java:85)
at com.webMethods.process.generator.util.JMSProviderUtil.createDestination(JMSProviderUtil.java:227)
at com.webMethods.process.generator.util.GeneratorUtils.createJNDIDestinations(GeneratorUtils.java:744)
…
Start message settings:
Receive protocol: JMS (For JMS triggered processes)
Receive document: pur:dispatchAdvice
Connection alias: PE_NONTRANSACTIONAL_ALIAS
Destination name: DispatchAdvice
I am running the designer locally, connecting to remote IS. WmPrt dashboard shows no error, UM server is up and running, JNDI settings and JMS triggers PEBroadcastTopic and PERestartTopic are also Connected.
I tried also creating the queue in UM JNDI queues, but even then the error message occurs.
Can anyone help and suggest, what settings shoudl I check or what am I missing?
Thanks, Ivo
#BPM#webMethods#webMethods-BPMS