javaee7-jms-websocket-example

Example of a Java EE 7 application that integrates JMS 2.0, WebSockets 1.0, CDI events, and EJB 3

APACHE-2.0 License

Stars
51
Committers
1

Java EE 7 Example for JMS and WebSockets integration

This application demonstrates a full-duplex scenario using WebSockets and JMS, with a fully functional server-side asynchronous push, using CDI events and EJB.

Details and step-by-step were blogged here: https://blogs.oracle.com/brunoborges/entry/integrating_websockets_and_jms_with

How to run

Download and install JDK 8 and GlassFish 4.1. Open project on NetBeans or build package with Maven. Deploy on GlassFish through NB or with admin console.

Related Projects