com.sun.messaging.TopicConnectionFactory();

I would like to create an instance of "com.sun.messaging.TopicConnectionFactory" simply by: TopicConnectionFactory tpc = new com.sun.messaging.TopicConnectionFactory();

instead of using this way:

TopicConnectionFactory topicConnectionFactory = (TopicConnectionFactory)jndiContext.lookup("TopicConnectionFactory");

Does anybody know where I can find the "com.sun.messaging" package?

[414 byte] By [Sone] at [2007-9-26 1:39:37]
# 1
Its a class in Java Message Queue. Java Message Queue is now part of the iPlanet product suite and is now called iPlanet Message Queue for Java.To download it go to http://www.iplanet.com/downloads/developer/2096.html and scroll to the bottom of the page.
neville_sequeira at 2007-6-29 2:28:57 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...