Why ican't I find jndi.properties for TopicConnectionFactory lookup?

I have a problem with IPlanetMessageQueue3.0 . Why i can't find jndi.properties for TopicConnectionFactory lookup ? Like this Context ctx = new

InitialContext();TopicConnectionFactory tcf = (TopicConnectionFactory)ctx.lookup("TopicConnectionFactory"); What is value of

Context.INITIAL_CONTEXT_FACTORYand Context.PROVIDER_URL ( I home jmqbroker://localhost:7676 ) for default configuration ?

[422 byte] By [christenscreen] at [2007-11-25 8:07:34]
# 1

Have you used the object manager to create the ConnectionFactory object(s) in the JNDI store? If not, you need to use the tool to create the

object(s) and store them in the JNDI server before you may use them.

There is a simple help for this in the IPlanetMessageQueue3.0 installation bin directory. In the MQ installation bin directory, type the following

command:

imqobjmgr -H

you will get examples on how to create JNDI objects and the values that you need to set up JNDI Context.

christenscreen at 2007-7-1 13:58:40 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...