Is Uniform Distributed Queue can be deployed to a dynamic cluster?
We have a mixed cluster(one configured and multiple dynamic servers), I found documentation about deploying UDQ on static cluster which contains only configured servers.
Is it possible to deploy UDQ on dynamic cluster?
I targeted all my JMS resources based on the below link
https://docs.oracle.com/middleware/12212/wls/JMSAD/dynamic_messaging.htm#JMSAD674
JMS Servers, Persistent Store and JMS Module targeted to dynamic cluster.
UDQ is targeted to subdeployment and subdeployment is targeted to JMS Server.
In the bpel process configured JMS Adapter to produce a message on UDQ but it has failed with below error
"[JMSExceptions:045103]While trying to find a topic or a queue, the specific JMS server requested could not be found"