users@glassfish.java.net

Re: Web Client not receiving messages from JMS topic

From: Nigel Deakin <nigel.deakin_at_oracle.com>
Date: Thu, 15 Sep 2011 12:10:20 +0100

> Subscriptions are non-durable. Publisher puts persistent messages.

Thanks. One thing that might be worth trying is to write a simple, standalone, JMS client (not a web app) to see if you
can consume messages from the topic. That would help you establish whether the problem is on the broker side or on the
consumer side. Remember you'll need to start the test client before you send messages to the topic.

Which reminds me to ask: can you confirm that you called SEMFAWebJMSPubSub.subscribe() before the messages were sent to
the topic?

Nigel