Skip to content

Instantly share code, notes, and snippets.

@julianazanelatto
Last active July 11, 2022 00:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julianazanelatto/94c774bb30dcf40332ee416c85328bfe to your computer and use it in GitHub Desktop.
Save julianazanelatto/94c774bb30dcf40332ee416c85328bfe to your computer and use it in GitHub Desktop.
//bindingkey da dlx e consumer
channel.queueBind(DLX_QUEUE,DLX_NAME,DLX_BINDING_KEY+".#");
channel.queueBind(CONSUMER_QUEUE,EXCHANGE_NAME,CONSUMER_BINDING_KEY+".#");
connection.close();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment