MassTransit: ActiveMQ error after upgrading to latest NuGet package

Details:

{
  "_index": "logstash-2021.01.20.13",
  "_type": "_doc",
  "_id": "4TIHIHcBrah82tt7jXyM",
  "_score": 1,
  "_source": {
    "@timestamp": "2021-01-20T13:41:40.0067817+00:00",
    "level": "Error",
    "messageTemplate": "R-FAULT {InputAddress} {MessageId} {Duration}",
    "message": "R-FAULT activemq://anonymous/anonymous-command \"ID:700c73a79bb6-43717-637462221449388814-1:10:1:2:185\" 00:00:00.0015526",
    "exception": {
      "Depth": 0,
      "ClassName": "System.Runtime.Serialization.SerializationException",
      "Message": "An exception occurred while deserializing the message envelope",
      "Source": "MassTransit",
      "StackTraceString": "   at MassTransit.Serialization.JsonMessageDeserializer.MassTransit.IMessageDeserializer.Deserialize(ReceiveContext receiveContext)\n   at MassTransit.Serialization.SupportedMessageDeserializers.Deserialize(ReceiveContext receiveContext)\n   at MassTransit.Pipeline.Filters.DeserializeFilter.Send(ReceiveContext context, IPipe`1 next)\n   at GreenPipes.Filters.RescueFilter`2.GreenPipes.IFilter<TContext>.Send(TContext context, IPipe`1 next)",
      "RemoteStackTraceString": null,
      "RemoteStackIndex": 0,
      "HResult": -2146233076,
      "HelpURL": null,
      "innerException": {
        "Depth": 1,
        "ClassName": "System.IO.InvalidDataException",
        "Message": "The archive entry was compressed using an unsupported compression method.",
        "Source": "System.IO.Compression",
        "StackTraceString": "   at System.IO.Compression.Inflater.Inflate(FlushCode flushCode)\n   at System.IO.Compression.Inflater.ReadInflateOutput(Byte* bufPtr, Int32 length, FlushCode flushCode, Int32& bytesRead)\n   at System.IO.Compression.Inflater.ReadOutput(Byte* bufPtr, Int32 length, Int32& bytesRead)\n   at System.IO.Compression.Inflater.InflateVerified(Byte* bufPtr, Int32 length)\n   at System.IO.Compression.DeflateStream.ReadCore(Span`1 buffer)\n   at Apache.NMS.ActiveMQ.Commands.ActiveMQBytesMessage.get_Content()\n   at MassTransit.ActiveMqTransport.Contexts.ActiveMqReceiveContext.GetBody()\n   at MassTransit.ActiveMqTransport.Contexts.ActiveMqReceiveContext.GetBodyStream()\n   at MassTransit.Serialization.JsonMessageDeserializer.MassTransit.IMessageDeserializer.Deserialize(ReceiveContext receiveContext)",
        "RemoteStackTraceString": null,
        "RemoteStackIndex": 0,
        "HResult": -2146233087,
        "HelpURL": null
      }
    },
    "fields": {
      "InputAddress": "activemq://anonymous/anonymous-command",
      "MessageId": "ID:700c73a79bb6-43717-637462221449388814-1:10:1:2:185",
      "Duration": "00:00:00.0015526",
      "SourceContext": "MassTransit.ReceiveTransport
    }
  },
  "fields": {
    "@timestamp": [
      "2021-01-20T13:41:40.006Z"
    ]
  }
}

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 31 (20 by maintainers)

Commits related to this issue

Most upvoted comments

Yeah. 7.1.4 is available.