Hi All, I have a piece of code which sets up a TopicSubscriber with a MessageListener. This works fine.
I'm now trying to poll the TopicSubscriber instead (it suits my code better). So now my code does not register a listener and simply calls receive() on the TopicSubscriber. However this does not work :( The receive() method never returns. What do I need to do differently to get the receive() method to function correctly ? Thanks Jonathan
