All Projects → apache → qpid-cpp

apache / qpid-cpp

Licence: Apache-2.0 license
Mirror of Apache Qpid C++

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
ruby
36898 projects - #4 most used programming language
CMake
9771 projects
C#
18002 projects
shell
77523 projects

Projects that are alternatives of or similar to qpid-cpp

qpid-broker-j
Mirror of Apache Qpid Broker-J
Stars: ✭ 52 (-32.47%)
Mutual labels:  amqp, messaging, apache, network-server, amqp10, qpid, amqps
qpid-dispatch
Mirror of Apache Qpid Dispatch
Stars: ✭ 62 (-19.48%)
Mutual labels:  amqp, messaging, apache, network-server, amqp10, qpid, amqps
qpid-jms
Mirror of Apache Qpid JMS
Stars: ✭ 60 (-22.08%)
Mutual labels:  amqp, messaging, apache, amqp10, qpid, amqps
qpid-python
Mirror of Apache Qpid Python
Stars: ✭ 15 (-80.52%)
Mutual labels:  amqp, messaging, apache, qpid, amqps
qpid-proton-j
Mirror of Apache Qpid Proton-J
Stars: ✭ 28 (-63.64%)
Mutual labels:  amqp, messaging, apache, amqp10, qpid
Activemq Artemis
Mirror of Apache ActiveMQ Artemis
Stars: ✭ 685 (+789.61%)
Mutual labels:  amqp, messaging, apache
couchdb-pkg
Apache CouchDB Packaging support files
Stars: ✭ 24 (-68.83%)
Mutual labels:  apache, network-server, network-client
azure-service-bus-go
Golang library for Azure Service Bus -- https://aka.ms/azsb
Stars: ✭ 67 (-12.99%)
Mutual labels:  amqp, messaging, amqp10
Azure Event Hubs
☁️ Cloud-scale telemetry ingestion from any stream of data with Azure Event Hubs
Stars: ✭ 233 (+202.6%)
Mutual labels:  amqp, messaging, apache
Qpid Proton
Mirror of Apache Qpid Proton
Stars: ✭ 164 (+112.99%)
Mutual labels:  amqp, messaging, apache
Remit
RabbitMQ-backed microservices supporting RPC, pubsub, automatic service discovery and scaling with no code changes.
Stars: ✭ 24 (-68.83%)
Mutual labels:  amqp, messaging
Rabbitmqbundle
RabbitMQ Bundle for the Symfony2 web framework
Stars: ✭ 1,125 (+1361.04%)
Mutual labels:  amqp, messaging
Humusamqp
PHP 7 AMQP library
Stars: ✭ 70 (-9.09%)
Mutual labels:  amqp, messaging
Lapin
AMQP client library in Rust, with a clean, futures based API
Stars: ✭ 497 (+545.45%)
Mutual labels:  amqp, messaging
Rabbitmq Server
Open source RabbitMQ: core server and tier 1 (built-in) plugins
Stars: ✭ 9,064 (+11671.43%)
Mutual labels:  amqp, messaging
Azure Service Bus
☁️ Azure Service Bus service issue tracking and samples
Stars: ✭ 472 (+512.99%)
Mutual labels:  amqp, messaging
Servicebus
Simple service bus for sending events between processes using amqp.
Stars: ✭ 415 (+438.96%)
Mutual labels:  amqp, messaging
Bunny
Bunny is a popular, easy to use, mature Ruby client for RabbitMQ
Stars: ✭ 1,224 (+1489.61%)
Mutual labels:  amqp, messaging
Garagemq
AMQP message broker implemented with golang
Stars: ✭ 153 (+98.7%)
Mutual labels:  amqp, messaging
Laravel Queue
Laravel Enqueue message queue extension. Supports AMQP, Amazon SQS, Kafka, Google PubSub, Redis, STOMP, Gearman, Beanstalk and others
Stars: ✭ 155 (+101.3%)
Mutual labels:  amqp, messaging

Qpid C++

Linux build status Windows build status

Introduction

Qpid C++ is a C++ implementation of the AMQP protocol described at http://amqp.org/.

For additional software or information on the Qpid project go to:

http://qpid.apache.org

For documentation, go to:

http://qpid.apache.org/documentation

Available documentation

  • INSTALL.txt - How to install Qpid C++
  • LICENSE.txt - The Apache license
  • NOTICE.txt - Corresponds to the section 4 d of the Apache License, Version 2.0
  • docs/ - Feature and design notes, other documentation

Quick start

In C++ distributions:

mkdir BLD      # The recommended way to use cmake is in a separate
               # build directory
cd BLD
cmake ..       # Generates code and makefiles
make test      # Runs tests
make install   # Installs the client and daemon

The INSTALL.txt notes contain more detailed information on compiling and installing this software.

examples/README.txt describes the C++ client API examples.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].