I am trying to configure jms with resin. In my web.xml,i added <jms:jms-topic
name="my-topic" uri="memory:"/>
  <jms:jms-connection-factory uri="resin:"/> and it keeps giving me an
error.
I had the namespaces as below 
xmlns="http://java.sun.com/xml/ns/javaee";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
        http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";> I tried adding
xmlns:jms="http://caucho.com/ns/resin";> still the jms topic and connection
factory give me an error. 

Please reply if anyone encountered a similar situation and has a fix.
-- 
View this message in context: 
http://old.nabble.com/resin-configuration-for-jms-tp27114840p27114840.html
Sent from the Resin mailing list archive at Nabble.com.



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to