Hi all,
I have some configuration questions regarding the Generator / StockQuoteJMSAdapter example.

1. What class should initialContextFactory (in the conf file) points to? should that always be org.jnp.NamingContextFactory?
Can it be run independently without JBoss or EMS? (currently, we're using ActiveMQ for messaging engine, which has JMS incorporated in it)

2. Inherently, Lightstreamers logging is done by java.util.Logging (is this correct?). So if our modules are using org.apache.Logger, can this be specified in the conf (or adapters.xml) file?

Thanks in advance for any explanations.

Gerald