Process Fail Build - Unable to create query SUBQUE

Hi, I am very new in webMethods bpm. I try to build a process but I get this error:
java.lang.Exception: Unable to create queue myExplorerRequest_newRequest_SUBQUEUE.

The NONE START event is JMS Triggered and using Connection i PE_NONTRANSACTIONAL_ALIAS. It is enabled and is working fine.

Not sure What I’m missing here, can anyone point me in the right direction?

Broker or UM? Designer configured with right integration server that has PE jms alias defined correctly?

HI Fariz,

If you are using UM, the error is due to the connection not getting established with UM. When you do the publish the process model will make entries of the Queues in UM.

As you mentioned that the connection is established with PE_NONTRANSACTIONAL_ALIAS, can you cross check if it’s the same connection alias in subscription trigger.

1 Like