O'reilly JMS reads,
One important difference between point-topoint
and publish/subscribe messaging is that p2p messages are always delivered,
regardless of the current connection status of the receiver. Once a message is delivered to a
queue, it stays there even if there is no consumer currently connected.
To me this feature also applies to TopicPublisher. Am I wrong?