Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between pub/sub and Point to Point i.e. p2p. ?

Answer Posted / maanya shree

pub/sub ? Publish/Subscriber

Publish/Subscriber can have multiple Publisher who publish message and multiple Subscriber who subscribe the messages. This is like watching TV multiple channel and multiple users .

One message can have more then one subscriber.

All the publish messages have the header and subscriber consume the message based on the header.

In JMS we say Topic.

P2p ? Point to point

One message have only one subscriber. Multiple publisher can send multiple messages to the Queue but each message has only one subscriber.

What is the different between JMS and RPC? view answer

RPC : Remote procedure Call

In RPC the method invoker waits for the method to finish execution and return the control back to the invoker. Thus it is completely synchronous in nature.

JMS : Java Messaging System

While in JMS the message sender just sends the message to the destination and continues it's own processing. The sender does not wait for the receiver to respond. This is asynchronous behavior.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is wire level protocol?

880


What is a jms server?

1016


Which messaging is generally used in cases where a message is published by a producer and consumed by multiple subscribers?

824


What is the difference between a queue and a topic?

891


What are all the features of JMS API in J2EE platform?

954


What is a topic?

933


Explain about the exception handling mechanism of JMS?

852


How to read message from jms queue in java?

937


Can we send e-mail messages using JMS?

1029


What are the steps involved in configuring the jms?

997


What is publish/subscribe messaging?

937


How do I configure jdbc so that the jms jdbc store recovers automatically?

890


Explain about JMS queue?

1060


What is jms template?

917


What is a jms connection?

890