Alan Antonuk

Results 15 issues of Alan Antonuk

Add support for using SimpleAmqpClient when the C++ compiler is in `-std=c++11` or `-std=c++0x` mode.

The predefined exchange type constants `AmqpClient::Channel::EXCHANGE_TYPE_DIRECT`, `AmqpClient::Channel::EXCHANGE_TYPE_FANOUT`, `AmqpClient::Channel::EXCHANGE_TYPE_TOPIC` are incorrect. They should be `"amq.direct"`, `"amq.fanout"`, and `"amqp.topic"`

Fix the examples in the examples/ directory to work with the v2.0 interface.

Right now `std::runtime_exception` is sometimes thrown in a public interfaces. It would better for error handling purposes if this specialized a bit better to allow programatic handling of various error...

feature-request

When building under cygwin with MinGW installed both sys/types.h and WinSock2.h are available to the compiler. We need to be a bit smarter about how we detect which socket library...

Bug

Doxygen documentation should include details on the exception contract of each method.

feature-request

From the mailing list: https://groups.google.com/forum/#!topic/rabbitmq-c-users/x6ivLTl0rt4 I would just like to inform you about a (very little) memory leak in the Listen sample (and maybe in others). It misses a `amqp_bytes_free(queuename)`...

t:bug

t:feature-request