JMS/client

Hi,

I want to send a message from a stand along client,

I set this property:

java.naming.factory.initial=com.sun.jndi.cosnaming.CNCtxFactory

java.naming.provider.url=iiop://localhost:3700

I get an exception:

Exception in thread "main" org.omg.CORBA.INITIALIZE: can't instantiate default ORB implementation com.inprise.vbroker.orb.ORB vmcid: 0x0 minor code: 0 completed: No

at org.omg.CORBA.ORB.create_impl(ORB.java:308)

....

Can someone help me?

thanks

r.

[551 byte] By [705787] at [2008-3-6]
# 1

assuming you are trying to lookup a JMS destination/connection factory

through JNDI,

If you are running the client as a Application Client in application client

container of Sun ONE application server, please see Sun ONE application

server documentation or post question to that forum.If you are running

the client "standalone", please see MQ Administration Guide on how to

setup MQ administered objects using file-based or LDAP store.

amy.kang at 2007-7-1 > top of java,Application & Integration Servers,Sun Java System Message Queue...