Thanx for reply...
As i understood, there couldn't be multiple durable subscribers on the same topic, because, when one subscriber reads the topic message, this message is deleted from this topic. So, another durable-subscriber (trying to read, after some time), would not find any message on this topic...
That's how i understood this publish/sub. is working...
but could you explain me how it really works. If multiple durable-sub's can use same topic, how does JMS provider distinguish which subscriber has read the message, so he could leave message on topic for all other durable-sub's.