[
https://issues.apache.org/jira/browse/QPID-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robbie Gemmell closed QPID-1375.
--------------------------------
Resolution: Won't Fix
Closing thess issues out as they relate to the old 0-8 and 0-10 .Net clients
which were removed from the repository months ago, and not the current .Net
bindings for the C++ messaging API.
> [0-8] Client is unable to toString a given message unless the replyTo value
> has been set by the sender.
> -------------------------------------------------------------------------------------------------------
>
> Key: QPID-1375
> URL: https://issues.apache.org/jira/browse/QPID-1375
> Project: Qpid
> Issue Type: Bug
> Components: Dot Net Client, Starter
> Affects Versions: M3, M4
> Reporter: Martin Ritchie
> Priority: Minor
>
> Summary:
> If ToString is called on a received message in the dotNet code and the
> replyTo field was not populated by the sender then the following exception
> will occur:
> {System.ArgumentNullException: Value cannot be null.
> Parameter name: uriString
> at System.Uri..ctor(String uriString)
> at Apache.Qpid.Client.Message.BindingURL.Parse()
> at Apache.Qpid.Client.Message.BindingURL..ctor(String url)
> at Apache.Qpid.Client.Message.AbstractQmsMessage.ReadReplyToHeader()
> at Apache.Qpid.Client.Message.AbstractQmsMessage.get_ReplyToExchangeName()
> at Apache.Qpid.Client.Message.AbstractQmsMessage.ToString()}
> This is due to ReadReplyToHeader being null and that value simply being
> passed in to new System.Uri() which creates the exception.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]