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'm having trouble disabling publisher confirmations.
The publishing and topology docs suggests setting noConfirm: true to disable confirmations per exchange, but noConfirm seems to be missing from interface ExchangeOptions when I try to set the exchange configuration using both rabbit.configure() and rabbit.addExchange(). Setting noConfirm on either of these has no effect that I can see.
So I'm a bit lost here.
The text was updated successfully, but these errors were encountered:
I'm having trouble disabling publisher confirmations.
The publishing and topology docs suggests setting
noConfirm: true
to disable confirmations per exchange, butnoConfirm
seems to be missing frominterface ExchangeOptions
when I try to set the exchange configuration using bothrabbit.configure()
andrabbit.addExchange()
. Setting noConfirm on either of these has no effect that I can see.So I'm a bit lost here.
The text was updated successfully, but these errors were encountered: