User: hiram   
  Date: 01/03/01 23:04:46

  Added:       src/etc/conf/default jbossmq-cluster.xml
  Log:
  - Changed Source references of GPL to LGPL.
  - The cluster work that I had been doing is now accesible via a Pub-Sub JMS api.
  - Take a look at the Cluster* examples in the sample directory to test it out.
  
  Revision  Changes    Path
  1.1                  jbossmq/src/etc/conf/default/jbossmq-cluster.xml
  
  Index: jbossmq-cluster.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF8"?>
  <Server>
        <Topic>
                <Name>testTopic</Name>
                <TopicId>1</TopicId>
        </Topic>
        <Topic>
                <Name>A</Name>
                <TopicId>2</TopicId>
        </Topic>
  </Server>
  
  
  

Reply via email to