• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

A doubt on JMS question

 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
it is a mock quiz as below:
19. Which two of the following statements correctly describe the Publish/Subscribe
Messaging model and the Point-To-Point Messaging model respectively?(Select 2 correct
choices)
a) Publish/Subscribe Messaging is a message queue system.
b) Publish/Subscribe Messaging = One sender and one receiver.
c) Point-To-Point Messaging = N senders and one receiver.
d) Publish/Subscribe Messaging = 1 sender and n receivers.
e) Point-To-Point Messaging is a message queue system.
f) Point-To-Point Messaging = One sender and one receiver.

the answer is d) and f).

Why e) is incorrect? who can get me a explanation?

Best regards
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Along,

I was also confused why option e was not included in the correct answers. I searched and found that option e is right. Hence I went ahead with the assumption that the mock exam had the wrong answers.

Thanks,
Harsha
 
Ranch Hand
Posts: 223
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

from which mock exam is this question from?

D.
 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
though e is correct, mostly its asked to choose the best fit and considering that only two shud be selected , i think it makes sense to leave e out. choose wheather C is more close or e) for definition of P2P.
 
Do not threaten THIS beaver! Not even with this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic