1 Reply Latest reply on Apr 27, 2007 10:43 AM by vincenttran

    p2p queue client without JNDI lookup

    vincenttran

      Is it possible to write to a queue without a JNDI lookup?

      Currently I have a UIL2 invocation layer service. Using this I can use SpyConnectionFactory to get the QueueConnectionFactory, and the QueueConnection object. However I don't have InitialContext to get the Queue object.

      Without the Queue object I don't have anything to pass to QueueSession to create a QueueSender or QueueReceiver.