Skip to content

Custom Topology #52

@awdm

Description

@awdm

In older AMQP-modules I was able to set a custom topology. I used this to introduce new exchange types. Like this:

{
  "exchanges":
  [
    {
      "name": "lvc",
      "type": "x-lvc",
      "options":
      {
        "exclusive": false,
        "auto_delete": true
      }
    }
  ] 
}

Unfortunately, all these modules are outdated, this here is the only one I could find that works on the current version of NodeJS. Could you maybe add this feature? Or just make it possible to declare a custom exchange type?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions