Ignore:
Timestamp:
07/01/13 11:38:39 (11 years ago)
Author:
stoda
Message:

All the references of event removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/test/java/omq/test/calculator/CalculatorTest.java

    r72 r73  
    3939                // Set info about where the message will be sent
    4040                env.setProperty(ParameterQueue.RPC_EXCHANGE, "rpc_exchange");
    41                 // env.setProperty(ParameterQueue.DEBUGFILE, "c:\\middlewareDebug");
    4241
    4342                // Set info about the queue & the exchange where the ResponseListener
    4443                // will listen to.
    4544                env.setProperty(ParameterQueue.RPC_REPLY_QUEUE, "reply_queue");
    46                 env.setProperty(ParameterQueue.EVENT_REPLY_QUEUE, "event_queue");
    4745
    4846                broker = new Broker(env);
Note: See TracChangeset for help on using the changeset viewer.