Foo-Foo-MQ / foo-foo-mq

Abstractions around RabbitMQ
MIT License
49 stars 24 forks source link

Disabling confirmations #60

Open xvargr opened 3 weeks ago

xvargr commented 3 weeks ago

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.