can u explain abt Pub-Sub Architecture,where do u
implemented this?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
When we use repeate, exit flow steps?
how can you find file name in file-pooling concept?
what is the difference between a loop and a repeat?
Explain what are the new features in 8.0 compared to 7.1?
hai this is prasad webmethods is used to integrate the applications but ,we can do that same by using java also ,then why do we use webmethods please send me the answer
How to remove a system lock from an element?
Which value have to set for EnableAudit log while package replication?
use of finally block in exception handling in webmethods
explain try and catch block briefly
What Is a Regular Expression?
Who is Best Prime Minister of India
How to convert documentlist to document? If document list contain documents and documents contain strings field .how to convert?ple tell me any one.