Changes between Version 11 and Version 12 of openAMQ


Ignore:
Timestamp:
Dec 23, 2008, 3:14:42 PM (16 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • openAMQ

    v11 v12  
    7272 * amq_console_schema.cml
    7373
    74 
     74 You can see the detail configurations by the following command:
     75{{{
     76 amq_server -h
     77}}}
     78 modify the coniguration file "amq_server.cog":
     79{{{
     80 amq_server.cfg:
     81 ------------------------------------------------------------------------
     82 <?xml?>
     83 <config>
     84    <server
     85        port = "5672"
     86        listen = "*"
     87        queue_timeout = "0"
     88        vhost = "/"
     89    />
     90    <resources
     91        monitor = "0"
     92        dump_state = "60"
     93    />
     94    <logging
     95        debug_route = "0"
     96        debug_queue = "0"
     97        debug_peering = "0"
     98    />
     99 </config>
     100}}}
    75101
    76102= Reference =