[CONF] Apache Qpid: Getting Started (page edited)

2008-11-08 Thread confluence










Page Edited :
qpid :
Getting Started



 
Getting Started
has been edited by Carl Trieloff
(Nov 08, 2008).
 

 
 (View changes)
 

Content:
Getting the Bits.

To work out what to download or where to start Download


Running it / Administration

These sections show you how to run the brokers, basic configuration and management


	Running & Administration and getting started with the Java Broker AMQP 0-9
	Running & Administration and getting started for the C++ Broker AMQP 0-10
	Managing the C++ Broker



Making sure it runs correctly

For more details on starting the brokers, see Administration section.

The simplest way to check that the install is working correct is to try some of the examples. Each clients
has a set of examples included with it (or at least JMS, Java, C++ and Python do)

If working from svn, a good smoke test is to run the python tests as they can be run against
any version of AMQP and any broker.

To do so

export PYTHONPATH=~/qpid/python  # or wherever you have it
$./run-tests
.EFF /.../ #each . is a test E is an error, F is a fail


#or to do a specific version
$./run-tests
Options:
  ?/-h/-help : this message
  s/-spec  : URL of AMQP XML specification or one of these abbreviations:
   0-8 - use the default 0-8 specification.
   0-9 - use the default 0-9 specification.
   0-10 - use the default 0-10 specification.
  e/-errata  : file containing amqp XML errata
  b/-broker [/@]: : broker to connect to
  v/-verbose : verbose - lists tests as they are run.
  d/-debug   : enable debug logging.
  i/-ignore: ignore the named test.
  I/-ignore-file : file containing patterns to ignore.
  S/-skip-self-test  : skips the client self tests in the 'tests folder'
  F/-spec-folder : folder that contains the specs to be loaded



Finally, if developing in svn, each build system has tests integrated into the build system for that language



Your first Hello World


API Guides













Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Qpid: Getting Started (page edited)

2008-04-11 Thread confluence










Page Edited :
qpid :
Getting Started



 
Getting Started
has been edited by Carl Trieloff
(Apr 11, 2008).
 

 
 (View changes)
 

Content:
Getting the Bits.

To work out what to download or where to start Download


Running it / Administration

These sections show you how to run the brokers, basic configuration and management


	Running & Administration and getting started with the Java Broker
	Running & Administration and getting started for the C++ Broker
	Managing the C++ Broker



Making sure it runs correctly

For more details on starting the brokers, see Administration section.

The simplest way to check that the install is working correct is to try some of the examples. Each clients
has a set of examples included with it (or at least JMS, Java, C++ and Python do)

If working from svn, a good smoke test is to run the python tests as they can be run against
any version of AMQP and any broker.

To do so

export PYTHONPATH=~/qpid/python  # or wherever you have it
$./run-tests
.EFF /.../ #each . is a test E is an error, F is a fail


#or to do a specific version
$./run-tests
Options:
  ?/-h/-help : this message
  s/-spec  : URL of AMQP XML specification or one of these abbreviations:
   0-8 - use the default 0-8 specification.
   0-9 - use the default 0-9 specification.
  e/-errata  : file containing amqp XML errata
  b/-broker [/@]: : broker to connect to
  v/-verbose : verbose - lists tests as they are run.
  d/-debug   : enable debug logging.
  i/-ignore: ignore the named test.
  I/-ignore-file : file containing patterns to ignore.
  S/-skip-self-test  : skips the client self tests in the 'tests folder'
  F/-spec-folder : folder that contains the specs to be loaded



Finally, if developing in svn, each build system has tests integrated into the build system for that language



Your first Hello World


API Guides













Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Qpid: Getting Started (page edited)

2008-04-11 Thread confluence










Page Edited :
qpid :
Getting Started



 
Getting Started
has been edited by Carl Trieloff
(Apr 11, 2008).
 

 
 (View changes)
 

Content:
Getting the Bits.

To work out what to download or where to start Download


Running it / Administration

These sections show you how to run the brokers, basic configuration and management


	Running & Administration and getting started with the Java Broker
	Running & Administration and getting started for the C++ Broker
	Managing the C++ Broker



Making sure it runs correctly

For more details on starting the brokers, see Administration section.

The simplest way to check that the install is working correct is to try some of the examples. Each clients
has a set of examples included with it (or at least JMS, Java, C++ and Python do)

If working from svn, a good smoke test is to run the python tests as they can be run against
any version of AMQP and any broker.

To do so

export PYTHONPATH=~/qpid/python  # or wherever you have it
./run-tests

.EFF /.../ #each . is a test E is an error, F is a fail


#or to do a specific version
./run-tests
Options:
  ?/-h/-help : this message
  s/-spec  : URL of AMQP XML specification or one of these abbreviations:
   0-8 - use the default 0-8 specification.
   0-9 - use the default 0-9 specification.
  e/-errata  : file containing amqp XML errata
  b/-broker [/@]: : broker to connect to
  v/-verbose : verbose - lists tests as they are run.
  d/-debug   : enable debug logging.
  i/-ignore: ignore the named test.
  I/-ignore-file : file containing patterns to ignore.
  S/-skip-self-test  : skips the client self tests in the 'tests folder'
  F/-spec-folder : folder that contains the specs to be loaded



Finally, if developing in svn, each build system has tests integrated into the build system for that language



Your first Hello World


API Guides













Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Qpid: Getting Started (page edited)

2008-04-11 Thread confluence










Page Edited :
qpid :
Getting Started



 
Getting Started
has been edited by Carl Trieloff
(Apr 11, 2008).
 

 
 (View changes)
 

Content:
Getting the Bits.

To work out what to download or where to start Download


Running it / Administration

These sections show you how to run the brokers, basic configuration and management


	Running & Administration and getting started with the Java Broker
	Running & Administration and getting started for the C++ Broker
	Managing the C++ Broker



Making sure it runs correctly

For more details on starting the brokers, see Administration section.

The simplest way to check that the install is working correct is to try some of the examples. Each clients
has a set of examples included with it (or at least JMS, Java, C++ and Python do)

If working from svn, a good smoke test is to run the python tests as they can be run against
any version of AMQP and any broker.

To do so

export PYTHONPATH=~/qpid/python  # or wherever you have it
./run-tests

.EFF /.../ #each . is a test E is an error, F is a fail


#or to do a specific version
./run-tests
Options:
  ?/-h/-help : this message
  s/-spec  : URL of AMQP XML specification or one of these abbreviations:
   0-8 - use the default 0-8 specification.
   0-9 - use the default 0-9 specification.
  e/-errata  : file containing amqp XML errata
  b/-broker [/@]: : broker to connect to
  v/-verbose : verbose - lists tests as they are run.
  d/-debug   : enable debug logging.
  i/-ignore: ignore the named test.
  I/-ignore-file : file containing patterns to ignore.
  S/-skip-self-test  : skips the client self tests in the 'tests folder'
  F/-spec-folder : folder that contains the specs to be loaded



Finally, if developing in svn, each build system has tests integrated into the build system for that language



Working from svn, how to build, run etc



API Guides













Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Qpid: Getting Started (page edited)

2008-04-11 Thread confluence










Page Edited :
qpid :
Getting Started



 
Getting Started
has been edited by Carl Trieloff
(Apr 11, 2008).
 

 
 (View changes)
 

Content:
Getting the Bits.

To work out what to download or where to start Download


Running it / Administration

These sections show you how to run the brokers, basic configuration and management


	Running & Administration and getting started with the Java Broker
	Running & Administration for the C++ Broker
	Managing the C++ Broker



Making sure it runs correctly

For more details on starting the brokers, see Administration section.

The simplest way to check that the install is working correct is to try some of the examples. Each clients
has a set of examples included with it (or at least JMS, Java, C++ and Python do)

If working from svn, a good smoke test is to run the python tests as they can be run against
any version of AMQP and any broker.

To do so

export PYTHONPATH=~/qpid/python  # or wherever you have it
./run-tests

.EFF /.../ #each . is a test E is an error, F is a fail


#or to do a specific version
./run-tests
Options:
  ?/-h/-help : this message
  s/-spec  : URL of AMQP XML specification or one of these abbreviations:
   0-8 - use the default 0-8 specification.
   0-9 - use the default 0-9 specification.
  e/-errata  : file containing amqp XML errata
  b/-broker [/@]: : broker to connect to
  v/-verbose : verbose - lists tests as they are run.
  d/-debug   : enable debug logging.
  i/-ignore: ignore the named test.
  I/-ignore-file : file containing patterns to ignore.
  S/-skip-self-test  : skips the client self tests in the 'tests folder'
  F/-spec-folder : folder that contains the specs to be loaded



Finally, if developing in svn, each build system has tests integrated into the build system for that language



Working from svn, how to build, run etc



API Guides













Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Qpid: Getting Started (page edited)

2008-04-11 Thread confluence










Page Edited :
qpid :
Getting Started



 
Getting Started
has been edited by Carl Trieloff
(Apr 11, 2008).
 

 
 (View changes)
 

Content:
Getting the Bits.

To work out what to download or where to start Download

Running it / making sure it runs correctly

For more details on starting the brokers, see Administration section.

The simplest way to check that the install is working correct is to try some of the examples. Each clients
has a set of examples included with it (or at least JMS, Java, C++ and Python do)

If working from svn, a good smoke test is to run the python tests as they can be run against
any version of AMQP and any broker.

To do so

export PYTHONPATH=~/qpid/python  # or wherever you have it
./run-tests

.EFF /.../ #each . is a test E is an error, F is a fail


#or to do a specific version
./run-tests
Options:
  ?/-h/-help : this message
  s/-spec  : URL of AMQP XML specification or one of these abbreviations:
   0-8 - use the default 0-8 specification.
   0-9 - use the default 0-9 specification.
  e/-errata  : file containing amqp XML errata
  b/-broker [/@]: : broker to connect to
  v/-verbose : verbose - lists tests as they are run.
  d/-debug   : enable debug logging.
  i/-ignore: ignore the named test.
  I/-ignore-file : file containing patterns to ignore.
  S/-skip-self-test  : skips the client self tests in the 'tests folder'
  F/-spec-folder : folder that contains the specs to be loaded



Finally, if developing in svn, each build system has tests integrated into the build system for that language


Administration

These sections show you how to run the brokers, basic configuration and management


	Running & Administration and getting started with the Java Broker
	Running & Administration for the C++ Broker
	Managing the C++ Broker




Working from svn, how to build, run etc



API Guides













Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Qpid: Getting Started (page edited)

2008-04-11 Thread confluence










Page Edited :
qpid :
Getting Started



 
Getting Started
has been edited by Carl Trieloff
(Apr 11, 2008).
 

 
 (View changes)
 

Content:
Getting the Bits.

To work out what to download or where to start Download

Running it / making sure it runs correctly

For more details on starting the brokers, see Administration section.

The simplest way to check that the install is working correct is to try some of the examples. Each clients
has a set of examples included with it (or at least JMS, Java, C++ and Python do)

If working from svn, a good smoke test is to run the python tests as they can be run against
any version of AMQP and any broker.

To do so

export PYTHONPATH=~/qpid/python  # or wherever you have it
./run-tests

.EFF /.../ #each . is a test E is an error, F is a fail


#or to do a specific version
./run-tests
Options:
  ?/-h/-help : this message
  s/-spec  : URL of AMQP XML specification or one of these abbreviations:
   0-8 - use the default 0-8 specification.
   0-9 - use the default 0-9 specification.
  e/-errata  : file containing amqp XML errata
  b/-broker [/@]: : broker to connect to
  v/-verbose : verbose - lists tests as they are run.
  d/-debug   : enable debug logging.
  i/-ignore: ignore the named test.
  I/-ignore-file : file containing patterns to ignore.
  S/-skip-self-test  : skips the client self tests in the 'tests folder'
  F/-spec-folder : folder that contains the specs to be loaded



Finally, if developing in svn, each build system has tests integrated into the build system for that language


Administration

These sections show you how to run the brokers, basic configuration and management


	Running & Administration and getting started with the Java Broker
	Running & Administration for the C++ Broker
	Managing the C++ Broker




Working from svn, how to build, run etc



API Guides


Developer Pages


	Developer Pages Overview
	Qpid .Net Documentation
	Qpid Java Documentation
	Qpid 'C++' Documentation
	Qpid Python Test Framework
	Qpid Release Page
	Qpid JIRA
	Subversion repository













Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Qpid: Getting Started (page edited)

2008-04-11 Thread confluence










Page Edited :
qpid :
Getting Started



 
Getting Started
has been edited by Carl Trieloff
(Apr 11, 2008).
 

 
 (View changes)
 

Content:
Getting the Bits.

To work out what to download or where to start Download

Running it / making sure it runs correctly

For more details on starting the brokers, see Administration section.

The simplest way to check that the install is working correct is to try some of the examples. Each clients
has a set of examples included with it (or at least JMS, Java, C++ and Python do)

If working from svn, a good smoke test is to run the python tests as they can be run against
any version of AMQP and any broker.

To do so

export PYTHONPATH=~/qpid/python  # or wherever you have it
./run-tests

.EFF /.../ #each . is a test E is an error, F is a fail


#or to do a specific version
./run-tests
Options:
  ?/-h/-help : this message
  s/-spec  : URL of AMQP XML specification or one of these abbreviations:
   0-8 - use the default 0-8 specification.
   0-9 - use the default 0-9 specification.
  e/-errata  : file containing amqp XML errata
  b/-broker [/@]: : broker to connect to
  v/-verbose : verbose - lists tests as they are run.
  d/-debug   : enable debug logging.
  i/-ignore: ignore the named test.
  I/-ignore-file : file containing patterns to ignore.
  S/-skip-self-test  : skips the client self tests in the 'tests folder'
  F/-spec-folder : folder that contains the specs to be loaded



Finally, if developing in svn, each build system has tests integrated into the build system for that language


Administration

These sections show you how to run the brokers, basic configuration and management


	Running & Administration for the Java Broker
	Running & Administration for the C++ Broker
	Managing the C++ Broker




Working from svn, how to build, run etc



API Guides


Developer Pages


	Developer Pages Overview
	Qpid .Net Documentation
	Qpid Java Documentation
	Qpid 'C++' Documentation
	Qpid Python Test Framework
	Qpid Release Page
	Qpid JIRA
	Subversion repository













Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Qpid: Getting Started (page edited)

2008-04-11 Thread confluence










Page Edited :
qpid :
Getting Started



 
Getting Started
has been edited by Carl Trieloff
(Apr 11, 2008).
 

 
 (View changes)
 

Content:
Getting the Bits.

To work out what to download or where to start Download

Running it / making sure it runs correctly

For more details on starting the brokers, see Administration section.

The simplest way to check that the install is working correct is to try some of the examples. Each clients
has a set of examples included with it (or at least JMS, Java, C++ and Python do)

If working from svn, a good smoke test is to run the python tests as they can be run against
any version of AMQP and any broker.

To do so

export PYTHONPATH=~/qpid/python  # or wherever you have it
./run-tests

.EFF /.../ #each . is a test E is an error, F is a fail


#or to do a specific version
./run-tests
Options:
  ?/-h/-help : this message
  s/-spec  : URL of AMQP XML specification or one of these abbreviations:
   0-8 - use the default 0-8 specification.
   0-9 - use the default 0-9 specification.
  e/-errata  : file containing amqp XML errata
  b/-broker [/@]: : broker to connect to
  v/-verbose : verbose - lists tests as they are run.
  d/-debug   : enable debug logging.
  i/-ignore: ignore the named test.
  I/-ignore-file : file containing patterns to ignore.
  S/-skip-self-test  : skips the client self tests in the 'tests folder'
  F/-spec-folder : folder that contains the specs to be loaded



Finally, if developing in svn, each build system has tests integrated into the build system for that language


Administration

These sections show you how to run the brokers, basic configuration and management


	Running & Administration for the Java Broker
	Running & Administration for the C++ Broker
	Managing the C++ Broker




Working from svn, how to build, run etc


General User Guides Java


	FAQ
	Getting Started Guide
	Troubleshooting Guide
	How To
	URL Formats for Qpid
	Example Classes



API Guides


Developer Pages


	Developer Pages Overview
	Qpid .Net Documentation
	Qpid Java Documentation
	Qpid 'C++' Documentation
	Qpid Python Test Framework
	Qpid Release Page
	Qpid JIRA
	Subversion repository













Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Qpid: Getting Started (page edited)

2008-04-11 Thread confluence










Page Edited :
qpid :
Getting Started



 
Getting Started
has been edited by Carl Trieloff
(Apr 11, 2008).
 

 
 (View changes)
 

Content:
Getting the Bits.

To work out what to download or where to start Download

Running it / making sure it runs correctly

For more details on starting the brokers, see Administration section.

The simplest way to check that the install is working correct is to try some of the examples. Each clients
has a set of examples included with it (or at least JMS, Java, C++ and Python do)

If working from svn, a good smoke test is to run the python tests as they can be run against
any version of AMQP and any broker.

To do so

export PYTHONPATH=~/qpid/python  # or wherever you have it
./run-tests

.EFF /.../ #each . is a test E is an error, F is a fail


#or to do a specific version
./run-tests
Options:
  ?/-h/-help : this message
  s/-spec  : URL of AMQP XML specification or one of these abbreviations:
   0-8 - use the default 0-8 specification.
   0-9 - use the default 0-9 specification.
  e/-errata  : file containing amqp XML errata
  b/-broker [/@]: : broker to connect to
  v/-verbose : verbose - lists tests as they are run.
  d/-debug   : enable debug logging.
  i/-ignore: ignore the named test.
  I/-ignore-file : file containing patterns to ignore.
  S/-skip-self-test  : skips the client self tests in the 'tests folder'
  F/-spec-folder : folder that contains the specs to be loaded



Finally, if developing in svn, each build system has tests integrated into the build system for that language


Administration

These sections show you how to run the brokers, basic configuration and management


	Running & Administration for the Java Broker
	Running & Administration for the C++ Broker
	Managing the C++ Broker




Working from svn, how to build, run etc


General User Guides Java


	FAQ
	Getting Started Guide
	Troubleshooting Guide
	How To
	URL Formats for Qpid
	Example Classes



API Guides


Developer Pages


	Developer Pages Overview
	Qpid .Net Documentation
	Qpid Java Documentation
	Qpid 'C++' Documentation
	Qpid Python Test Framework
	Qpid Release Page
	Qpid JIRA
	Subversion repository













Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Qpid: Getting Started (page edited)

2008-04-11 Thread confluence










Page Edited :
qpid :
Getting Started



 
Getting Started
has been edited by Carl Trieloff
(Apr 11, 2008).
 

 
 (View changes)
 

Content:
Getting the Bits.

To work out what to download or where to start Download

Running it / making sure it runs correctly

For more details on starting the brokers, see Administration section.

The simplest way to check that the install is working correct is to try some of the examples. Each clients
has a set of examples included with it (or at least JMS, Java, C++ and Python do)

If working from svn, a good smoke test is to run the python tests as they can be run against
any version of AMQP and any broker.

To do so

export PYTHONPATH=~/qpid/python  # or wherever you have it
./run-tests

.EFF /.../ #each . is a test E is an error, F is a fail


#or to do a specific version
./run-tests
Options:
  ?/-h/-help : this message
  s/-spec  : URL of AMQP XML specification or one of these abbreviations:
   0-8 - use the default 0-8 specification.
   0-9 - use the default 0-9 specification.
  e/-errata  : file containing amqp XML errata
  b/-broker [/@]: : broker to connect to
  v/-verbose : verbose - lists tests as they are run.
  d/-debug   : enable debug logging.
  i/-ignore: ignore the named test.
  I/-ignore-file : file containing patterns to ignore.
  S/-skip-self-test  : skips the client self tests in the 'tests folder'
  F/-spec-folder : folder that contains the specs to be loaded



Finally, if developing in svn, each build system has tests integrated into the build system for that language


Administration


Administration for the Java Broker


Administration for the C++ Broker


Working from svn, how to build, run etc


General User Guides Java


	FAQ
	Getting Started Guide
	Troubleshooting Guide
	How To
	URL Formats for Qpid
	Example Classes



API Guides


Developer Pages


	Developer Pages Overview
	Qpid .Net Documentation
	Qpid Java Documentation
	Qpid 'C++' Documentation
	Qpid Python Test Framework
	Qpid Release Page
	Qpid JIRA
	Subversion repository













Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Qpid: Getting Started (page edited)

2008-04-11 Thread confluence










Page Edited :
qpid :
Getting Started



 
Getting Started
has been edited by Carl Trieloff
(Apr 11, 2008).
 

 
 (View changes)
 

Content:
Getting the Bits.

To work out what to download or where to start Download

Running making sure it runs correctly

The simplest way to check that the install is working correct is to try some of the examples. Each clients
has a set of examples included with it (or at least JMS, Java, C++ and Python do)

If working from svn, a good smoke test is to run the python tests as they can be run against
any version of AMQP and any broker.

To do so

export PYTHONPATH=~/qpid/python  # or wherever you have it
./run-tests

.EFF /.../ #each . is a test E is an error, F is a fail


#or to do a specific version
./run-tests
Options:
  ?/-h/-help : this message
  s/-spec  : URL of AMQP XML specification or one of these abbreviations:
   0-8 - use the default 0-8 specification.
   0-9 - use the default 0-9 specification.
  e/-errata  : file containing amqp XML errata
  b/-broker [/@]: : broker to connect to
  v/-verbose : verbose - lists tests as they are run.
  d/-debug   : enable debug logging.
  i/-ignore: ignore the named test.
  I/-ignore-file : file containing patterns to ignore.
  S/-skip-self-test  : skips the client self tests in the 'tests folder'
  F/-spec-folder : folder that contains the specs to be loaded



Finally, if developing in svn, each build system has tests integrated into the build system for that language


Administration


Administration for the Java Broker


Administration for the C++ Broker


Working from svn, how to build, run etc


General User Guides Java


	FAQ
	Getting Started Guide
	Troubleshooting Guide
	How To
	URL Formats for Qpid
	Example Classes



API Guides


Developer Pages


	Developer Pages Overview
	Qpid .Net Documentation
	Qpid Java Documentation
	Qpid 'C++' Documentation
	Qpid Python Test Framework
	Qpid Release Page
	Qpid JIRA
	Subversion repository













Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Qpid: Getting Started (page edited)

2008-04-11 Thread confluence










Page Edited :
qpid :
Getting Started



 
Getting Started
has been edited by Carl Trieloff
(Apr 11, 2008).
 

 
 (View changes)
 

Content:
Getting the Bits.

To work out what to download or where to start Download

Running making sure it runs correctly

Administration

Administration for the Java Broker

Administration for the C++ Broker

Working from svn, how to build, run etc

General User Guides Java

	FAQ
	Getting Started Guide
	Troubleshooting Guide
	How To
	URL Formats for Qpid
	Example Classes




API Guides


Developer Pages

	Developer Pages Overview
	Qpid .Net Documentation
	Qpid Java Documentation
	Qpid 'C++' Documentation
	Qpid Python Test Framework
	Qpid Release Page
	Qpid JIRA
	Subversion repository













Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Qpid: Getting Started (page edited)

2008-04-11 Thread confluence










Page Edited :
qpid :
Getting Started



 
Getting Started
has been edited by Carl Trieloff
(Apr 11, 2008).
 

 
 (View changes)
 

Content:
Getting the Bits.

To work out what to download or where to start Download

Running making sure it runs correctly

Administration

Administration for the Java Broker

Administration for the C++ Broker

Working for svn, how to build, run etc

General User Guides Java

	FAQ
	Getting Started Guide
	Troubleshooting Guide
	How To
	URL Formats for Qpid
	Example Classes




API Guides


Developer Pages

	Developer Pages Overview
	Qpid .Net Documentation
	Qpid Java Documentation
	Qpid 'C++' Documentation
	Qpid Python Test Framework
	Qpid Release Page
	Qpid JIRA
	Subversion repository













Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Qpid: Getting Started (page edited)

2008-04-11 Thread confluence










Page Edited :
qpid :
Getting Started



 
Getting Started
has been edited by Carl Trieloff
(Apr 11, 2008).
 

 
 (View changes)
 

Content:
Getting the Bits.

To work out what to download or where to start Download

Running making sure it runs correctly

Administration

Administration for the Java Broker

Administration for the C++ Broker

Working for svn, how to build, run etc

General User Guides Java

	FAQ
	Getting Started Guide
	Troubleshooting Guide
	How To
	URL Formats for Qpid
	Example Classes




API Guides


Developer Pages

	Qpid .Net Documentation
	Qpid Java Documentation
	Qpid 'C++' Documentation
	Qpid Python Test Framework
	Qpid Release Page
	Qpid JIRA
	Subversion repository













Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences








[CONF] Apache Qpid: Getting Started (page edited)

2008-04-11 Thread confluence










Page Edited :
qpid :
Getting Started



 
Getting Started
has been edited by Carl Trieloff
(Apr 11, 2008).
 

 
 (View changes)
 

Content:
Getting the Bits.

To work out what to download or where to start Download

Running making sure it runs correctly

Administration

Administration for the Java Broker

Administration for the C++ Broker

Working for svn, how to build, run etc

General User Guides Java


	FAQ
	Getting Started Guide
	Troubleshooting Guide
	How To
	URL Formats for Qpid
	Example Classes




API Guides













Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request

Unsubscribe or edit your notifications preferences