I have AsyncEventQueues with custom AsyncEventListeners installed in my application. I noticed on application shutdown that the AsyncEventListener's close method is being called twice even though I am only configuring one listener in the region. It seems that there are multiple AsyncEventListeners being instantiated. Is this expected behavior?
↧