Re: [JBoss-user] JMS Topic question

2001-05-10 Thread danch (Dan Christopherson)
Try looking up "topics/testTopic" If you point a browser at port 8082 on the server you'll get the JMX web interface. One of the mbeans is a JNDIViewer. Drill into that and invoke its operation and you'll be able to see the server's JNDI namespace. Balazs Lichtl wrote: > Hi everybody, > > i

Re: [JBoss-user] JMS Topic question

2001-05-10 Thread Balazs Lichtl
onFactory)jndiContext.lookup("TopicConnectionFactory"); > > topic = (Topic) jndiContext.lookup("testTopic"); fails. thanx, balazs > > -Original Message- > > From: Balazs Lichtl [SMTP:[EMAIL PROTECTED]] > > Sent: Thursday, May 10, 2001 4:39 P

RE: [JBoss-user] JMS Topic question

2001-05-10 Thread menonv
Is your initial context set up to point to the right naming server? > -Original Message- > From: Balazs Lichtl [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, May 10, 2001 4:39 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] JMS Topic question > > Hi every

[JBoss-user] JMS Topic question

2001-05-10 Thread Balazs Lichtl
Hi everybody, i have the problem, that my external java client does not find any JMS Topics of the running jboss: by the second fo following calls: topicConnectionFactory = (TopicConnectionFactory)jndiContext.lookup("TopicConnectionFactory"); topic = (Topic) jndiContext.l