Tom Erik Støwer

Results 77 comments of 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...

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: ![screenshot 2014-04-14 21 57 19](https://cloud.githubusercontent.com/assets/231492/2700086/2073b88c-c40f-11e3-8f11-c8ab241eaf6e.png) The mode column is the...