Skip to content

ted-ross/qpid-spf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qpid-spf

Shortest-Path Federation for Apache Qpid

This project is a proof-of-concept for automatic routing of messages using the Apach Qpid message broker.

This code repository is a snapshot of the Apache Qpid C++ broker at release 0.22 with the Shortest-Path-Federation extension plug-in included. Because this project was intended to be a proof-of-concept, it was never contributed upstream to the Qpid project. Rather, the work has been continued under Apache Qpid as a subproject called Qpid Dispatch Router.

Building the Code

For prerequisites to the build, please refer to the Qpid INSTALL File from the Qpid project.

From the qpid-spf directory:

   $ mkdir build
   $ cd build
   $ cmake -DBUILD_AMQP=OFF \
           -DBUILD_HA=OFF \
           -DBUILD_LEGACYSTORE=OFF \
           -DBUILD_RDMA=OFF \
           -DBUILD_SSL=OFF \
           -DBUILD_XML=OFF \
           ../cpp
   $ make

Running the Demonstration

About

Shortest-Path Federation for Apache Qpid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published