Hi,
The chat example works. You have to activate the JMS service in
/config/server.xml file (uncomment <jms-config path="./jms.xml" /> ).
Don't modify anything from the original jms.xml. Then do the steps as
documented at "jmsdemo-readme.txt". It should be able to work.
I encountered the same problem at connection.start() when i tried to
include
<topic-connection-factory host=<hostaddr>
location="jms/theTopicConnectionFactory" port="9127" />
at my jms.xml file.
I believe the chat example makes reference to the jndi.properties file.
I hope this helps.
I'm still trying to figure out why connection.start() fails as i'm trying
to write a MEssageDrivenBean that needs to register the TopicFactory and
Topic for other clients to subscribe to. Still not successful yet. Any
pointers, anybody?
Pei Yen
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Edoardo Comar
Sent: 23 February 2001 02:47
To: Orion-Interest
Subject: please tell me : does JMS work at all ?
Please, can anyone confirm that (as of 1.4.7) JMS does not work at all ?
See my previous messages for details ... basically a connection.start()
throws an NPE
and a send doesn't work if the connection is not started (contrary to the
spec which requires start() to be called for message delivery).
Edo