I discovered that there can only be one eventqueue in leadwerks. I wanted local eventqueue instances, so I created a lua based version of EventQueue called EventQueueEx
It is initialized as such:
MyQueue = EventQueueEx:Create()
It is used EXACTLY the same as the Leadwerks version.