Ignore:
Timestamp:
10/02/13 12:19:13 (11 years ago)
Author:
stoda
Message:

Spawn, delete, spawn works fine
TODO: pool thread problem. Give one consumer to each thread or use a notification system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/supervisor/src/main/java/omq/common/broker/Broker.java

    r92 r95  
    266266                        RemoteObject remote = remoteObjs.get(reference);
    267267                        remote.kill();
     268                        remoteObjs.remove(reference);
    268269                } else {
    269270                        throw new RemoteException("The object referenced by 'reference' does not exist in the Broker");
Note: See TracChangeset for help on using the changeset viewer.