Skip to content

Avoid creation of System:IEquatable and System:Object exchanges #1598

@ramonsmits

Description

@ramonsmits

Describe the suggested improvement

Is your improvement related to a problem? Please describe.

The following exchanges are created:

  • System:IEquatable
  • System:Object
  • System:ValueType (when using structs)
  • System:Enum
  • System:IComparable
  • System:IConvertible
  • System.IEquatable
  • System.IFormatable

Describe the suggested solution

Ignore these specific or all System types in https://github.com/Particular/NServiceBus.RabbitMQ/blob/master/src/NServiceBus.Transport.RabbitMQ/Routing/ConventionalRoutingTopology.cs

Describe alternatives you've considered

API to add specific message type exclusion

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions