Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleHistoric Information

This page is no longer applicable to current releases. Current documentation for is now kept on the website, see http://qpid.apache.org/documentation.htmlImage Removed for more details.

Installing & Using Qpid (Java)

Introduction

The information below details how to install and use the main Broker and Client packages.

...

If you want to use a newer version than an official release then you should check out the code from the Subversion repository and then consult the Build How To page.

Broker Install

Unpack the archive into any directory of your choice e.g c:/qpid

...

You can check that the broker has started up successfully by viewing the output it sends to stdout and looking for the start up port info:unmigrated-wiki-markup

2009-07-15 14:04:49,411 WARN \ [main\] management.JMXManagedObjectRegistry (JMXManagedObjectRegistry.java:187) - Starting JMX ConnectorServer on port '8999' (+9099) with SSL
2009-07-15 14:04:49,842 INFO \ [main\] server.Main (Main.java:279) - Starting Qpid Broker 0.5 build: xxxxxxx
2009-07-15 14:04:49,910 INFO \ [main\] server.Main (Main.java:387) - Qpid.AMQP listening on non-SSL address 0.0.0.0/0.0.0.0:5672

Anchor
runningonwindows
runningonwindows

...