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.
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.