Broker Timeout Exception

Hi,

Thanks for the comments.

– Can you tell me what are the things that i need to check at the responder.
– It is IS FLOW service

It will be great if u can tell me what are the things that we need to check at the broker.

Thanks,
Babu

The IS FLOW service needs to use pub.publish:reply and provide the receivedDocumentEnvelope input. Using pub.publish:deliver or pub.publish:publish will not work the way you need it to work.

There are no changes on the Broker required. And there really isn’t anything you can do to monitor document flow on the Broker. Your best tool for this is Document Tracker. And I think it has been helpful thus far–when the reply is working properly with your app, Doc Tracker will not see the reply.

Hi,

Thanks a lot for your help.

pub.publish.reply - corrected the issue. I am able to see the reply now with the java code…

Thanks,
Babu