Implement asynchronous listeners

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1531

This topic has not yet been written. The content below is from the topic description.
To do this, simply annotate your listener such:   @Listener (sync = false) public class MyAsyncListener { .... }