Bug 999505
| Summary: | [AMQP 1.0] qpidd's SASL support does not correctly deal with fully asynchronous interaction | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Gordon Sim <gsim> |
| Component: | qpid-cpp | Assignee: | Gordon Sim <gsim> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ernie <eallen> |
| Severity: | unspecified | Docs Contact: | Ernie <eallen> |
| Priority: | medium | ||
| Version: | Development | CC: | eallen, esammons, iboverma, jross, pematous |
| Target Milestone: | 3.0 | Keywords: | OtherQA |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | qpid-cpp-0.22-12 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-01-21 12:55:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1010399 | ||
|
Description
Gordon Sim
2013-08-21 12:39:32 UTC
Fixed upstream: https://svn.apache.org/r1514465 Verified RHEL 6.5 32 and 64 bit with packages from qpid-cpp-0.22-36 qpidt is no longer available, but the functionallity is build into qpid-config reproducer commands using qpid-config are: - start c++ broker on port 5672 - qpid-config add queue q - recv amqp://0.0.0.0:5672/q in another window - qpid-config add domain other --argument url=0.0.0.0:5672 --sasl-mechanism=ANONYMOUS - qpid-config add incoming link --argument domain=other --argument target=q --argument source=q - spout --content "Passed" q recv in original window should receive the message |