users@glassfish.java.net

JMS + JNDI + non-J2EE remote client

From: <glassfish_at_javadesktop.org>
Date: Mon, 09 Jul 2007 05:08:20 PDT

Hi!

I try to connect to 9.0_01 (build b02-p01) JMS QueueFactory:

            props.setProperty("org.omg.CORBA.ORBInitialHost", "localhost");
            props.setProperty("org.omg.CORBA.ORBInitialPort", "3700");
            InitialContext ctx = new InitialContext(props);
            QueueConnectionFactory factory=(QueueConnectionFactory)ctx.lookup("jms/testqueue_factory");

It says:


2007.07.09. 14:01:05 com.sun.messaging.jms.ra.ResourceAdapter start
INFO: MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...
================================================================================
Sun Java(tm) System Message Queue 4.0
Sun Microsystems, Inc.
Version: 4.0 (Build 27-a)
Compile: Thu 03/02/2006

Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.

This product includes code licensed from RSA Data Security.
================================================================================



Is this correct? Does that mean that I have to pay? I cannot use JMS from a remote client because it is licensed?
And it's strange that the process doesn't end without Ctrl-C.


Thanx,
MB
[Message sent by forum member 'mbazs' (mbazs)]

http://forums.java.net/jive/thread.jspa?messageID=225704