Hi,
I have created a channel in UMServer; IS is successfully connected to UM server and able to publlish the messages using pub.jms:send.
Now, I am following JAVA code example to publish the messages to UMChannel. I am getting error on below import statement.
import com.pcbsys.nirvana.client;
Please let me know how to resolve this issue. I am using wM9.7 version.
Thanks!!
See if the imports in the below link will work for you?
Hello Dattathri,
Use the statement like this. Hope this will work.
package com.pcbsys.nirvana.apps;
import com.pcbsys.nirvana.client.*;
Thanks and Regards
Abir Banerjee