User: hiram
Date: 00/12/11 21:59:05
Removed: src/java/org/spydermq/distributed
SpyQueueConnectionFactory.java
JMSServerFactory.java
ConnectionReceiverFactory.java
SpyTopicConnectionFactory.java
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.