When implementing the server side with Lingo you probably want high performance JMS subscription - to use a thread pool and to support parallel processing of inbound messages as well as pooling JMS connections, sessions and handling transactions and XA. The way to do this efficiently with JMS is to use a JCA Container such as Jencks.
Here is an example configuration of using the service exporter. Its pretty similar to the previous Example apart from its just a MessageListener
Then we need to configure a JCA container and add a JCA connector to perform the subscriptions. Notice the use of the work manager thread pools to define how much parallelism there should be.
