Skip to content

Commit f10106e

Browse files
committed
Removed cpp_binding
1 parent 8c19ac9 commit f10106e

File tree

3 files changed

+1
-49
lines changed

3 files changed

+1
-49
lines changed

.coveragerc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[run]
2-
source = cpp_binding,proton_binding,pure_python
2+
source = proton_binding,pure_python

README.md

-9
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ This example connects to the AMQP broker, opens a consumer to the broadcast queu
2020

2121
This example connects to the broker, sends a request message and waits for a response, which should be sent by the Eurex system. It stops after receiving the response message or after time out.
2222

23-
# cpp_binding
24-
25-
Examples in cpp_binding folder are using the C++ version Qpid Messaging API and its Python binding. The C++ version of the API supports both AMQP 1.0 and 0-10. To run the examples:
26-
- Install Qpid Proton C library (only needed for AMQP 1.0 support)
27-
- Install Qpid Messaging C++ API
28-
- Install Python binding for Qpid Messaging C++ API
29-
- Change the hostname / IP address, port number, paths to the certificates and queue names
30-
- Run the examples
31-
3223
## SSL (Linux)
3324

3425
The underlying C++ libraries are using the NSS tools to handle SSL. The NSS database has to be prepared before running the client and configured using environment variables.

tests/test_CppBinding.py

-39
This file was deleted.

0 commit comments

Comments
 (0)