hi, I have implemented a reader class to asynchronously received msg from the broker. For that i have derived from MessageListener and implemented the receive function. to start recived i have called subscriptionManager run function but the control of the program doesn't return from the run function unless we call cancel in the receive function . I want the control to return from run. is there any way to do that Awaiting your reply. Regards, Nithesh
