I setup an application that successfully uses a pub/sub topic.
On subscriber side I am currently using "subscriber.receive()" to retrieve 
the sent messages (in an extra thread).

So far, so good. But:

I'd like to use "subscriber.setMessageListener()" instead. And this doesn't 
work (up to now). I seems that my MessageListener doesn't get informed when 
new Messages arrive.

The jms demo of orion also works with subscriber.receive(). Does the 
MessageListener variation work at all? Has anyone succeeded in using this 
technique?

Hope someone could help me.

Yours

Armin Michel

Reply via email to