[jboss-user] [JBoss Messaging Users] - Re: Queue-like/Persistent Topics

driveraf do-not-reply at jboss.com
Sun Aug 30 18:08:13 EDT 2009


Thanks for your reply!

That was what I was thinking about.  But then there's that requirement to access all previous messages before the first connection... all I'm coming up with is creating a bunch of durable subscriptions beforehand, then allowing all new clients to either create new connections OR using one of the subscriptions created in the first batch.  I could potentially put the durable subscription names on a regular JMS Queue, so clients can consume one message from there and then use it.

Any other suggestions?

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4252514#4252514

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252514



More information about the jboss-user mailing list