Reliability - JMS
- Java Messaging Service (JMS)
- Provides event services
- Limitations
- Sun controlled - not open
- Java only
- JMS on top of BLIP/other standard?
public interface SimpleBlipAwareness {
public void fireBlipMessageReceived(
int aTopicID, int aMessageID,
String headline, String completeMessage);
public void fireBlipError(String e);
public void fireBlipConnectionStateChange(
int newState, int oldState);