Hi and sorry for my poor English skills,
I have reached some problem.  I have to post some message to some
topic(dynamically created by request), which do not have any subscribers at
all. I MUST HAVE to support message TTL (time to live) feature, among other
I MUST HAVE to support another facility: at any time any could subscribe to
this topic and SHOULD receive all the messages sent. 

-I-]

If only one or more subscribers could be (already KNOWN), I could create
durable subscriptions for them, then close them, then (on reqyuaet) open and
consume, then unsubscribe. The problem is: 
a) I don't know subscribers and their count
b) All the subscribers( even subscribed to this topic after it creation
time, but before TTL ends up) SHOULD receive this message. 

-II-]

I am thinking about <retroactive> feature usage, but as far I understand, it
stores ALL the messages for the topic, so any DURABLE subscription to this
topic would get ALL the messages, not just the messages sent to topic after
the subscription made + those with TTL.

Thanks a lot for any comments and recomendations!
-- 
View this message in context: 
http://www.nabble.com/Sending-messages-to-topic-with-no-consumers-at-all%28-with-message-TTL-set-on%29-tf3052461.html#a8485399
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to