Tom Erik Støwer
Tom Erik Støwer
The problem is that the generated string value (e.g. _1_0) feels unnatural and unexpected when the actual string value is "1.0", it could easily be misinterpreted as a mistake. I...
> MapStruct will properly use Version._1_0 in the generated code and give a compiler error if Version._1_0 does not exist. You're right, it does give a compiler error. So that...
Any news?
Hi, unfortunately I've had to table this effort for the time being, but really appreciate your attempt to point me in the right direction - I have bookmarked this thread...
I can confirm that the confirm: true option does not help. The confirm callback on exchange.publish is never called.
In my case amqp 0.9.1 RabbitMQ 3.0.4 node-amqp 0.2.0
Where would that be indicated in the interface exactly?
Thanks for that tip. As for amqp-coffee, that looks interesting. I don't know much coffee, does it require me to be using coffee? And can I use multiple callbacks for...
As per #298, queue.bind will overwrite the callback for each call. So any bind operations going on at the same time, only the last callback passed in will be called,...
Back on-topic. Using: ``` { noDeclare: true, confirm: true }, ``` Does not seem to put channel in confirm mode:  The mode column is the...