Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
BW uses dynamic queues/topics for communication. The "javax.jms.InvalidDestinationException: Not allowed to create destination" error message is a result of the EMS server not being configured to handle dynamic queue/topics.
Note that the issue is on the EMS server side. Creation of dynamic queues and topics by applications are allowed on the EMS server only if queues.conf/topics.conf files has a ‘>’ entry in it. The default installation allows creation of dynamic queues and topics and has a ‘>’ entry in their conf files. You also need to grant the following permissions for the EMS user being used (if not using admin user).
grant topic "$sys.monitor.>" user=<<username>> all
grant admin user=<<username>> view-connection,view-server