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.
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.