[
https://issues.apache.org/jira/browse/QPID-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chuck Rolke closed QPID-2022.
-----------------------------
Resolution: Cannot Reproduce
Fix Version/s: qpid-cpp-1.37.0
The client referenced in this issue does not exist any more.
> Bug in C# request-response example client program
> -------------------------------------------------
>
> Key: QPID-2022
> URL: https://issues.apache.org/jira/browse/QPID-2022
> Project: Qpid
> Issue Type: Bug
> Components: .NET Client
> Environment: VS 2008, Windows XP
> Reporter: Jan Matti
> Assignee: Chuck Rolke
> Priority: Minor
> Fix For: qpid-cpp-1.37.0
>
> Original Estimate: 5m
> Remaining Estimate: 5m
>
> instead
> string response_queue = "client" + session.getName();
> you must write
> ASCIIEncoding enc = new ASCIIEncoding();
> string response_queue = "client" + enc.GetString(session.getName());
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]