I am using webMethods 7.1.2 with latest patches and i am using JMS Messaging peice to make a connection to the JMS Provider.
-
Created a JNDI Alias to the weblogic server host and did a test lookup. (worked fine)
-
Created connection using the following properties
Connection Alias Name TestQueue
Enabled No
Description TestQueue
Transaction Type NO_TRANSACTION
Connection Client ID null
User weblogic
Password *****
Connection Protocol Settings
Create Connection Using JNDI LOOKUP
JNDI Provider Alias TestQueue
Connection Factory Lookup Name testConnectionFactory
Advanced Settings
Class Loader INTEGRATION_SERVER
Maximum CSQ Size 5 Documents
Drain CSQ In Order Yes
I am getting this error
"com.wm.app.b2b.server.jms.ResourceUnavailableException: weblogic.jms.common.JMSException: TemporaryTemplate not found. Please make sure that you have configured a TemporaryTemplate for your JMSServer(s). "
Can anyone tell what is this error and how can we get rid of this?
note:
I have created a temporary template and assigned it to the JMS Server from weblogic console and restarted my WM and i still see this error.
Thanks,
Akshith