Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 414 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 414 Bytes

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-