Hi All,
When we are connecting the java client to webMethods, and publishing the document from webMethods, we are getting the output in Java but if we change it to Deliver, It is lost somewhere. When We check in WebManager, it shows the java client with published documents as 1 and read docs and everything else as 0. since it gets struck before destroying the java client, therefore we are able to see this. At everywhere else it is working fine but not just in this integration. Below is the code where it is getting struc.
public synchronized int GetRequestedData(String fldList) {
if (fldList != null) {
try {
logger.write(“Attempting to retrieve data from Broker in GetRequestedData method…”);
replyEvent = COMSBrokerClient.getEvent(-1);
}
it is not getting anything in replyevent. and hangs there. If we give any timeout, it times out and ends without any reply doc.