// -> do the more fail-fast option a) at the moment for correctness reasons.
System.err.println("###############################################################################################");
System.err.println("### ClusterEventBus: communication error with JMS - cannot send messages!!!" + e);
System.err.println("###############################################################################################");
throw new OLATRuntimeException("communication error with JMS - cannot send messages!!!", e);
}
numOfSentMessages++;
// store it for later access by the admin controller
String sentMsg = "sent msg: from node:" + nodeId + ", olat-id:" + msgId + ", ores:" + ores.getResourceableTypeName() + ":" + ores.getResourceableId()+", event:"+event;