Hi I have configured some JMS connection factories and destination resources following the sun jms examples and i am now trying to send and receive messages from a standalone client using activemq.
To start doing that i initialize the ActiveMQInitialContextFactory with this parameters: JNDIVendorAdapter.CONNECTION_FACTORY_JNDI_NAME, "jms/TopicConnectionFactory" JNDIVendorAdapter.CONTEXT_FACTORY, "org.apache.activemq.jndi.ActiveMQInitialContextFactory "JNDIVendorAdapter.PROVIDER_URL, "tcp://remoteSunServerAdress:7676" "brokerURL", "tcp://remoteSunServerAdress:7676" RemoteSunServerAdress:7676 correspond to the adress/port of the sun jms broker. And when i lookup using the context i can not find the names that i have configured on the server side.Do i miss something ? Thank you. -- View this message in context: http://www.nabble.com/JMS-ACtiveMQ-standalone-client-to-connect-to-sun-AppServer-ed.8-t1599485.html#a4337400 Sent from the ActiveMQ - User forum at Nabble.com.
