April 2018
Intermediate to advanced
382 pages
10h 11m
English
Let's first add our Java EE 8 dependency:
<dependency> <groupId>javax</groupId> <artifactId>javaee-api</artifactId> <version>8.0</version> <scope>provided</scope> </dependency>
To check the details about queue setup in GlassFish 5, please refer to the recipe Using Messaging Services for Asynchronous Communication at Chapter 5, Security of Enterprise Architecture.
Read now
Unlock full access