wiki:openAMQ

Version 4 (modified by wade, 16 years ago) (diff)

--

Document

*http://www.openamq.org/main:documentation

Install

  1. Build Require: C/C++ compiler, packages and libraries.
      sudo apt-get install build-essential
    
  2. Download:
      http://download.imatix.com/openamq/unstable/OpenAMQ-1.3c0.tar.gz
    
  3. Set the IBASE directory
      IBASE=$HOME/ibase
      export IBASE
    
  4. Set path
      PATH=$IBASE/bin:$PATH
      export PATH
    
  5. Unpack
      tar zxvf OpenAMQ-1.3c0.tar.gz
    
  6. Build
      cd OpenAMQ-1.3c0
      sh build.sh
    

Reference

http://www.openamq.org/ openAMQ