You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested the branch located in amqplib at this github issue: amqp-node/amqplib#755
The ability to update the secret (password or JWT depending on the application) for the active connection has been verified. I have used an isolated version of the class:
To do this. Would you be willing to add a method inside this class that would allow the end user to update the secret? This method would simply forward the call directly to amqplib which can delegate the business logic.
The text was updated successfully, but these errors were encountered:
Greetings,
I have tested the branch located in amqplib at this github issue:
amqp-node/amqplib#755
The ability to update the secret (password or JWT depending on the application) for the active connection has been verified. I have used an isolated version of the class:
https://github.com/jwalton/node-amqp-connection-manager/blob/master/src/AmqpConnectionManager.ts
To do this. Would you be willing to add a method inside this class that would allow the end user to update the secret? This method would simply forward the call directly to amqplib which can delegate the business logic.
The text was updated successfully, but these errors were encountered: