public void init() throws Exception {
   sender.init();
   receiver.init();
 }
 public void init(long msgIdPrefix) throws Exception {
   sender.init(msgIdPrefix);
   receiver.init();
 }