This content has been marked as final.
Show 1 reply
-
1. Re: Errai messaging and JMS integration
csa Jun 5, 2015 12:01 PM (in response to david.grigglestone)Hi David,
Feeding data from the server to the client is easy with Errai. Errai will establish a persistent connetection with the server on startup. You can use CDI Events or the message bus API to send data to the client:
http://docs.jboss.org/errai/3.1.2.Final/errai/reference/html_single/#sid-5931280
Cheers,
Christian