can u explain abt Pub-Sub Architecture,where do u
implemented this?

Answers were Sorted based on User's Feedback



can u explain abt Pub-Sub Architecture,where do u implemented this?..

Answer / pradeep

1) Point-to-point Architecture
2) Point-to-Multiple Architecture

Publisher publishes a document broker then the subscriber receive the document from broker.you should make document as publishable at publisher side.

Subscriber should subscribe to that particular document by creating a trigger. The trigger monitors that document. If a subscribed document got published then trigger invokes a service which associates with trigger to handle the document.

This is the general architecture of PUBLISH- SUBSCRIBE model.

Is This Answer Correct ?    21 Yes 0 No

can u explain abt Pub-Sub Architecture,where do u implemented this?..

Answer / moolawebmethods

1) Point-to-point Architecture

in this architecture source system will publish the data and
target system will receive the data.

2) Point-to-Multiple Architecture

In this Source system will publish the data to Broker,from
broker multiple target systems will subscribe.

Is This Answer Correct ?    4 Yes 3 No

can u explain abt Pub-Sub Architecture,where do u implemented this?..

Answer / kirankumar

we implement this pub-sub model in broker.
pub-sub model is used in only with in an organization like EAI.
pub-sub model is a when the publishers send the information to the broker and subscribers required that information then they will connect to the broker and receives that information if they need.

Is This Answer Correct ?    0 Yes 7 No

Post New Answer

More WebMethods Interview Questions

What happens to the locks on elements when we replicate a package?

1 Answers  


What Are Input and Output Parameters?

1 Answers  


How many interfaces you implemented sofar?

0 Answers  


How to Know Who Has an Element Locked?

3 Answers  


Can you spell SAP, ERP, CRM, XML and EDI properly?

4 Answers  






What Is a Third-Party Source Control Application?

1 Answers  


What Is a Startup Service?

3 Answers  


how can try and catch block can be implemented using web methods developer ? tell the steps to implement it?

3 Answers   Interra IT,


If I have a parent sequence with the property set- exit on success, and the try sequence block set to exit on failure, and the catch sequence block too set to failure, what is the result?

0 Answers  


What Is a Replication Service?

2 Answers  


In which case the transformers should not be used...?

2 Answers   Kekran Mekran,


How to convert documentlist to document? If document list contain documents and documents contain strings field .how to convert?ple tell me any one.

3 Answers   CTS,


Categories