Hello List:
Just looking for a best practice recommendation on new functional capabilities when WildFly is running atop Java 8.
My understanding is that when you wish to do a concurrent operation one is best served using the functionality built into the EE container rather than the JVM directly. This view may be incorrect or outdated.