-
September 5th, 2007, 06:38 AM
#1
NamingContextFactory and Logger question
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
-
September 5th, 2007, 09:12 AM
#2
Re: I've resolved my own questions
#My ActiveMQ configuration
jmsUrl=tcp://10.10.100.36:61616
initialContextFactory=org.apache.activemq.jndi.Act iveMQInitialContextFactory
topicConnectionFactory=TopicConnectionFactory
queueConnectionFactory=QueueConnectionFactory
topicName=myTopicName
queueName=myQueueName
-----
And for the Logger question:
Yes, indeed apache logger is used.
For sure I'll be back for more questions.
Thanks,
Gerald
-
September 5th, 2007, 03:27 PM
#3
Gerald,
Thanks for sharing your successful ActiveMQ configuration.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
All times are GMT +1. The time now is 08:40 PM.
Bookmarks