[
https://issues.apache.org/jira/browse/QPID-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Ritchie updated QPID-1375:
---------------------------------
Component/s: Starter
Priority: Minor (was: Major)
Affects Version/s: M4
> [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.
-
You can reply to this email to add a comment to the issue online.