Skip to content

Files

Latest commit

 

History

History
 
 

jms

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Java EE 7 Samples: JMS 2.0#

The JSR 343 is an update to the Java Message Service API, an existing API for accessing enterprise messaging systems from Java programs.

Samples

  • jms-xa
  • send-receive
  • temp-destination
  • jms-batch

How to run

More information on how to run can be found at: https://github.com/javaee-samples/javaee7-samples#how-to-run-