Ignore:
Timestamp:
10/19/13 13:20:44 (11 years ago)
Author:
stoda
Message:

Error detected: there should be only one thread listening to the multiexchange queue.
TODO: change this. Make refactor in the invocationthread. Change remotethreadpool to achieve this behavior.
AInvocationThread <- InvocationTHread

<- MultiInvocationTHread

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/supervisor/src/main/java/omq/server/InvocationThread.java

    r106 r107  
    172172                channel = broker.getNewChannel();
    173173
    174                 /*
    175                  * Default queue, Round Robin behaviour
    176                  */
    177 
    178174                // Get info about which exchange and queue will use
    179175                String exchange = env.getProperty(ParameterQueue.RPC_EXCHANGE, "");
     
    242238                 */
    243239
     240                // Disable Round Robin behavior
    244241                boolean autoAck = false;
    245242
Note: See TracChangeset for help on using the changeset viewer.