I'm currently trying to configure JMS messaging through the use of the JMSMessage implementation from the integration.jar file.
The method being used from the JMSMessage library is putMessage. The configurable options provided to the developer when using this interface are:
"com.ibm.websphere.naming.WsnInitialContextFactory" - Parameter 1
"corbaloc:iiop:localhost:2809" - Parameter 2
"hello world" - Parameter 3
"jms/UK_Refund_Request" - Parameter 4
"jms/REFUND_HR" - Parameter 5
<empty> - Parameter 6
<empty> - Parameter 7
I have configured the jms queue and connectionFactory jndi information within WAS.
The error received when the service is executed within Designer is
CWTBG0019E: Unexpected exception during execution. Exception information: 'com.lombardisoftware.component.common.workflow.WorkflowProcessItemException: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0'.
Does anyone know why I might be getting this error?
------------------------------
Tony Poole
------------------------------