qpid-proton icon indicating copy to clipboard operation
qpid-proton copied to clipboard

Mirror of Apache Qpid Proton

Results 36 qpid-proton issues
Sort by recently updated
recently updated
newest added

[PROTON-2487](https://issues.apache.org/jira/browse/PROTON-2487) - Add the opentelemetry-cpp library dependencies - Add opentelemetry-cpp install/build steps in GHA - Add tracing.cpp file - Add tracing spans for messaging operations - Add basic attributes[delivery_tag, delivery_state,...

This is the basic ClusterFuzzLite integration for GitHub Actions. To enable the extra features, it is necessary to create a "storage repo", as described at https://google.github.io/clusterfuzzlite/running-clusterfuzzlite/github-actions/#storage-repo. I plan to look...

This occasionally happens after my laptop wakes up from overnight sleep. `IOHandler.on_selectable_expired()` is invoked with `selectable` that has `_terminated=True` and `_transport=None` so when `IOHandler.update()` is called it crashes when trying...

...which will enable reconnection logic to act in this case. `ENETUNREACH` can happen when target network is unreachable for example when the network stack was not fully initialized yet or...

MD5 based mechanisms are now considered insecure and future systems will be configured without them available. We should stop using them to test Proton so we can build on securely...

[PROTON-2487](https://issues.apache.org/jira/browse/PROTON-2487) - Add the opentelemetry-cpp library dependencies - Add opentelemetry-cpp install/build steps in GHA - Add tracing.cpp file - Add tracing spans for messaging operations - Add basic attributes[delivery_tag, delivery_state,...

You can turn on this extra frame logging by setting the 'frame+' log level. This can usually be done by setting the PN_LOG environment variable to 'frame+' This PR also...

enhancement
wip

Update the API documentation to explain that the default message `ttl` value is `0`. Explain that Proton does not send any `ttl` header on the wire when a message's ttl...