Primitive Java Messaging System?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Robert

    Primitive Java Messaging System?

    How would a java messaging system look if


    message exchange and formats, and actions are as described above.
    the sender and listener in Java, and the coordinator in C.
    all three processes must set a timeout on receives (no process should run
    for more than 2 minutes).
    if a listener for a given user name is invoked on another machine (or at
    another port number) for
    an already registered user, the new hostname and port number overwrites the
    old information.
Working...