I see the Sun J2EE SDK 1.3 is configured in the active-jms.properties file, but I can make it work on a remote machine. Is this possible?
Yes it is indeed possible, but you’ll need to set some CORBA system properties by either calling the setSystemProperty method or by including the system properties in the active-jms.properties file like so activejms.system.properties.your.property.here=your.property.value. Behind the scenes, Active JMS looks for these properties in the properties file, strips off the activejms.system.properties part and calls System.setProperty for each one.