We are experiencing an error when trying to connect to a vendor product that is running on top of webLogic 8.1.2. When trying to enable the JMS Connection we get the below. Is webMethods trying to create a temporary topic or queue to verify connectivity? A template is not setup in webLogic as per the vendor of the app, but why is webMethods seem to require this?
weblogic.jms.common.JMSException: TemporaryTemplate not found. Please make sure that you have configured a TemporaryTemplate for your JMSServer(s).
For those looking to the answer to this one, we had to setup a default template for each queue. When webMethods connects to the JMS Server it tries to register a temporary queue. webLogic requires a template be setup for any temporary JMS Queue so it knows what properties to set it up with.