Hi All,
I am new to webMethods, i have a small question
How do we subscribe to a document through the Broker?
can any one of you clarify me how IS, Broker and adapters are related when we post the doc. which will receive the document first, IS or Broker??
Hi,
just to clarify, if You mean “post the doc”, do you mean invoke a IS service through HTTP POST?? or some other kind of post??
I suggest to do some reading about webMethods first, at least “publish - subscribe user guide”, and “webMethods developer user guide”, or some other “starter”
Broker is basically used for pub-sub and installed on IS . When you publish a document you can always set your option whether you want to publish to IS or Broker by setting “local” in publish service to true(IS)/false(Broker). To subscribe a document you create a trigger where you specify document and service to invoke which means the trigger invokes the specified service when the specified document is published to broker.
This is incorrect. Broker can be installed on the same machine as Integration Server but it is incorrect to say “Broker is installed on IS.” They are two separate and independent executables that communicate.