When this bundle is started, an MQeQueueManager is created and started, with a listener and default queues in memory.
The Application code is then run in a new thread and waits for incoming messages using a message listener; any received messages are displayed in the console. This thread continues to listen until the bundle is stopped, at which time it stops and then deletes the MQeQueueManager.