Ignore:
Timestamp:
07/04/13 16:45:14 (11 years ago)
Author:
stoda
Message:

ParameterQueues? changed, added some properties to modify the queues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/main/java/omq/common/util/OmqConnectionFactory.java

    r51 r77  
    5656
    5757                // Get host info of rabbimq (where it is)
    58                 String host = env.getProperty(ParameterQueue.SERVER_HOST);
    59                 int port = Integer.parseInt(env.getProperty(ParameterQueue.SERVER_PORT));
     58                String host = env.getProperty(ParameterQueue.RABBIT_HOST);
     59                int port = Integer.parseInt(env.getProperty(ParameterQueue.RABBIT_PORT));
    6060
    6161                boolean ssl = Boolean.parseBoolean(env.getProperty(ParameterQueue.ENABLE_SSL));
Note: See TracChangeset for help on using the changeset viewer.