Hi Experts,
I am trying to read XML data from JMS topic using DataServices 4.2.
JMS adapter instance is configured with JNDI Context Factory as 'javax.jms.TopicConnectionFactory'. The 'javax.jms.jar' is placed in <LINK_DIR>\ext\lib\javax.jms.jar.
'Operations' is configured as 'GetTopic'. Source Topic name and Service is also configured. But while trying to start the adapter, 'Instance' is showing started but 'Operations' is throwing the below error:
'JMS adapter error: Error in getting the topic connection factory.: javax.naming.NoInitialContextException: Cannot instantiate class: javax.jms.TopicConnectionFactory [Root exception is java.lang.InstantiationException: javax.jms.TopicConnectionFactory'
Can anyone please suggest what could be wrong?Any help in this regard is highly appreciated. Thanks.