// Start
notificationListener1.start();
notificationListener2.start();
notificationListener1.subscribe(randomChannelName);
notificationListener2.subscribe(randomChannelName);
Thread.sleep(1500); // Let them settle
notificationListener1.announce(randomChannelName, "Message from 1");
notificationListener2.announce(randomChannelName, "Message from 2");