On Thu, 2016-02-25 at 14:26 -0800, Randy Armstrong wrote:
> ...
> I then get what looks like a NULL pointer error from .NET:

It doesn't look like that to me (but I know very little about how Azure
works).

> ...
> [00AADD40]:0 <- @detach(22) [handle=0, closed=true, error=@error(29)
> [condition=:"amqp:link:detach-forced", description="The link
> 'G12:16548697:MyTopic/Subscriptions/default' is force detached by the
> broker due to errors occurred in consumer(link39638). Detach origin:
> ExceptionId: 1d35d46d-a26d-493e-8b1c-a01ffbe0cdad-
> System.ArgumentNullException: Value cannot be null.\x0d\x0aParameter
> name: collection.
> TrackingId:44365b430002001000009ad656cf7eb9_G12_B31,TimeStamp:2/25/20
> 16 10:23:01 PM"]]

This is the Azure broker force closing the link with an error. The
error from the Azure end seems to be:

System.ArgumentNullException: Value cannot be null.
Parameter name: collection.

With some tracking information around it.

So I think Azure is telling you that there needs to be a non null
collection parameter (whatever that is).

Perhaps someone with knowledge of Servicebus can make some informed
comments.

> I am guessing this is because my message is missing a field that
> proton expects.

Why do think it's to do with proton?

Andrew


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to