[jboss-user] [Messaging, JMS JBossMQ] - Re: Automatic topic creation deletion through EJBSessionBe

2008-02-20 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : | NonDurable Topic subscriptions are automatically deleted when the connection | is closed or fails. | Or if you want messages to survive failures you could use durable topic subscriptions and map the login/logout to createDurableSubscription() and unsubscribe()

[jboss-user] [Messaging, JMS JBossMQ] - Re: Automatic topic creation deletion through EJBSessionBe

2008-02-20 Thread [EMAIL PROTECTED]
Why do you need a whole topic for each user? Surely you can use one topic with subscriptions based on some kind of user-id filter in the message? NonDurable Topic subscriptions are automatically deleted when the connection is closed or fails. Anyway this is a consulting question not a

[jboss-user] [Messaging, JMS JBossMQ] - Re: Automatic topic creation deletion through EJBSessionBe

2008-02-15 Thread [EMAIL PROTECTED]
JMX and the DestinationManager, read the docs or just search this forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129671#4129671 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129671

[jboss-user] [Messaging, JMS JBossMQ] - Re: Automatic topic creation deletion through EJBSessionBe

2008-02-15 Thread sasimsit
Thanks for quick reply . I want to know Message based chat application we are going to develop. that time how it will help for me. assume that . I have DB in list of user. whenever the user login , the same name I want to create Topic JNDI for that user. and provide publish the message and