Hi,

Can you check if you're calling the connection's start method (connection.start()) before calling the receive() method?

Regards,
Jonas


----- Original Message ----- From: "rabidgremlin" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, September 11, 2006 7:48 AM
Subject: receive() method not working on TopicSubscriber


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


Reply via email to