I would like to notify all nodes in a cluster when the state of a longer running process in my JavaEE 7
WebApp changes, so that every node can in turn notify their clients via WebSocket about that change.
I am working with Wildfly 10 in a clustered environment.
What JavaEE 7
API / Programming model or Wildfly Service would be todays best practice to achieve that ?