see http://activemq.apache.org/jndi-support.html

I think you are missing the specification of the connection factory you want to look up in your properties object.

thanks
david jencks

On May 14, 2009, at 9:36 PM, Anshuk wrote:


Hi,

I am using geronimo 1.1.1 and there is a specfic requirement for some jms
resources. I hav

those will be available in the server but not remotely.

e created a queue connection factory and a queue from the
web console.
I am writing a standalone jms client to send message to the queue, but I
presume it is failing to lookup.
I did a similar kind of practice earlier, but I forgot what was the
solution.

Properties props = new Properties();
props.setProperty(Context.PROVIDER_URL, "tcp://localhost:61616");
props.setProperty(Context.INITIAL_CONTEXT_FACTORY,
"org.activemq.jndi.ActiveMQInitialContextFactory");
Context ctxt = new InitialContext(props);
QueueConnectionFactory factory = (QueueConnectionFactory)
ctxt.lookup("TestConnectionFactory");
                        
It is failing while doing the TestConnectionFactory lookup.

Can anyone help me in this.


Reagrds,
Anshuk Pal Chaudhuri
--
View this message in context: 
http://www.nabble.com/geronimo-1.1.1-jms-resource-tp23553289s134p23553289.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.


Reply via email to