-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
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
Labels
No labels