> 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