Bug 902387
| Summary: | Qpid java client receives string as byte[] not as String when sent by a C++ qpid client (std::string in a list message) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Frantisek Reznicek <freznice> | ||||
| Component: | qpid-java | Assignee: | Rajith Attapattu <rattapat+nobody> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | MRG Quality Engineering <mrgqe-bugs> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | Development | CC: | esammons, jross | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-10-07 16:26:34 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: | |||||||
| Attachments: |
|
||||||
|
Description
Frantisek Reznicek
2013-01-21 14:45:20 UTC
Created attachment 684352 [details]
Reproducer
Usage:
service qpidd stop
./runtest.sh
This is not a bug. The application needs to explicitly set the encoding type type properly (Ex utf-8). Using std:string will cause the c++ client to just send it without any encoding information. Currently Darryl is involved in finding a better solution for this. There is nothing wrong with the java client. Closing this bug as it's not a bug with the java client. |