Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Topology #52

Open
awdm opened this issue Feb 16, 2022 · 0 comments
Open

Custom Topology #52

awdm opened this issue Feb 16, 2022 · 0 comments

Comments

@awdm
Copy link

awdm commented Feb 16, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant