Hi everyone,
I have 3 servers running (admin, osb1 & soa1). I have a jms queue deployed in osb1 (port at 7003). And, i had to deploy a SCA with jms adapter to poll messages from the previously said queue.
As SCA & JMS queue are in different managed server, how can i correctly configure the SCA's jms adapter to look for messages in the osb server by 7003 ? I have already set the connection factory set and updated the jms outbound connection pool.
As i didn't configure it rightly now, SCA's jms adapter is errroring out with below :
<Warning> <oracle.soa.adapter.jms> <BEA-000000> <JmsDDEndpoint_onFailure: Unable to resolve 'testQueue'. Resolved ''>
Any help would be appreciated.
-Thanks.