[jboss-user] [EJB/JBoss] - env.put(Context.PROVIDER_URL,

2009-03-18 Thread sasimsit
Before Send before ConnectionFactory lookup log4j:WARN No appenders could be found for logger (org.jboss.mq.referenceable.SpyConnectionFactoryObjectFactory). log4j:WARN Please initialize the log4j system properly. after ConnectionFactory lookup before topic lookup after topic lookup

[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

[jboss-user] [Messaging, JMS JBossMQ] - Automatic topic creation deletion through EJBSessionBean.

2008-02-14 Thread sasimsit
Hi I have big question like how to Automatic topic creation deletion through EJBSessionBean, It can similer in Weblogic like ht.put(Context.INITIAL_CONTEXT_FACTORY, weblogic.jndi.WLInitialContextFactory); ht.put(Context.PROVIDER_URL, url);