User: hiram Date: 00/12/11 21:58:55 Modified: conf/default spyderMQ.properties Log: Several Chanages: - Invocation layer simplified by joing the DistributedQueueConnectionFactory and DistributedTopicConnectionFactory into DistributedConnectionFactory - Seperated server code from client code ( server code moved to org.spydermq.server ) - All publish() calls are now sync to the provider. - Added a Transaction class to better represent a commit/rollback request to the server. - Now have a InvocationLayerFactory so that we can potentialy load multiple invocation layers (OIL/UIL/RMI) at the same time. Revision Changes Path 1.2 +1 -2 spyderMQ/conf/default/spyderMQ.properties Index: spyderMQ.properties =================================================================== RCS file: /products/cvs/ejboss/spyderMQ/conf/default/spyderMQ.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- spyderMQ.properties 2000/11/29 00:19:45 1.1 +++ spyderMQ.properties 2000/12/12 05:58:55 1.2 @@ -12,8 +12,7 @@ # Classnames for the invocation layer -DistributedTopicConnectionFactoryClassName = org.spydermq.distributed.server.DistributedTopicConnectionFactoryRMIImpl -DistributedQueueConnectionFactoryClassName = org.spydermq.distributed.server.DistributedQueueConnectionFactoryRMIImpl +DistributedConnectionFactoryClassName = org.spydermq.distributed.server.DistributedConnectionFactoryRMIImpl ConnectionReceiverClassName = org.spydermq.distributed.server.ConnectionReceiverOIL #ConnectionReceiverClassName = org.spydermq.distributed.server.ConnectionReceiverUIL
