The global JEE project “CDS_JMS_global” for the NetBeans IDE 
refers to four distinct projects, located in its root directory, namely:

CDS_09_JMS_publisher     (a client application)
CDS_09_JMS_subscriber    (a client application)
CDS_09_JMS_listener-ejb  (a jee app, just a message-driven ejb)
CDS_09_JMS_webpublisher  (a web application)

All of them are supposed to rely on a Glassfish application server, with JDK 1.8.

They use a JMS Destination Resource - a Topic named “jms/myTopic” that MUST BE PREVIOUSLY DEFINED/CONFIGURED ON GLASSFISH. 
The default connection factory (jms/__defaultConnectionFactory) is used.

Please note that in such different projects either programatic resource lookups or CDI annotations are employed.

