The following features are not supported by the module:
- Does not support proxy thread sharing. Each host or task must use its own proxy thread within the module if they can access simultaneously or independently. This includes when the task can be interrupted by another task that also uses the proxy
- In the system, a proxy must be the only method to access messages that use the same set of queues (to keep credits local), which means all hosts using the same set of message queues must also use the same proxy for access and not local proxys
- Does not support multiple proxy threads reading from the same queue. For tracking purposes, there can be only 1 consumer proxy thread per queue.