Emiel Bruijntjes
|
3d9b5b444b
|
fixed issues that caused reading data to be broken
|
2016-06-15 14:50:33 -04:00 |
Brent Dimmig
|
bbfcf76f39
|
add TcpHandler implementation for libevent
|
2016-01-09 16:03:42 -05:00 |
Emiel Bruijntjes
|
66d2173f86
|
added libev implementation for the Tcp handler, added libev example program
|
2015-11-17 09:33:28 +01:00 |
Emiel Bruijntjes
|
3a4de6194c
|
removed symlinks from repository because not all systems (hello windows) understand them
|
2015-04-24 09:58:32 +02:00 |
Emiel Bruijntjes
|
f23dc72a4f
|
Fixed documentation, removed references to the ChannelHandler - an object that is no longer supported by AMQP-CPP
|
2015-01-26 14:47:30 +01:00 |
Emiel Bruijntjes
|
2a4896342c
|
Login errors are now explicitly reported via the ConnectionHandler::onError method, see issue #15
|
2014-11-20 13:01:26 +01:00 |
Emiel Bruijntjes
|
59e0b61e6b
|
installed test program, added onMessage() function in deferredconsumer
|
2014-04-15 14:49:03 +02:00 |
Martijn Otto
|
f7838492fb
|
Removed tests: they are moved to the REACT-CPP-AMQP library
|
2014-04-14 15:23:53 +02:00 |
Martijn Otto
|
d2c17869e0
|
Moved the remaining methods over to deferred handlers
|
2014-04-10 12:51:04 +02:00 |
Emiel Bruijntjes
|
5680ea8f11
|
fix the library after the rename operation
|
2014-01-07 01:17:09 -08:00 |
Emiel Bruijntjes
|
aba769f5cb
|
monitor class moved from include directory to src
|
2014-01-06 13:34:54 -08:00 |
Emiel Bruijntjes
|
a442a4773a
|
use default compiler
|
2014-01-06 09:21:15 -08:00 |
Emiel Bruijntjes
|
d1ab8b179a
|
implemented returned messages
|
2014-01-06 06:49:31 -08:00 |
Emiel Bruijntjes
|
d1ae133f42
|
implemented channel.ack() method
|
2014-01-05 12:21:09 -08:00 |
Emiel Bruijntjes
|
cf1cbfa551
|
implemented consuming, refactored a lot of code from cpp files to header files
|
2014-01-05 09:50:41 -08:00 |
Emiel Bruijntjes
|
5269f51a92
|
Implemented setting the quality of service (and it turns out that the prefetch size is not implemented in rabbitMQ, nor is setting the qos for the entire connection, so we have only implemented it for a channel)
|
2014-01-05 05:19:35 -08:00 |
Emiel Bruijntjes
|
e4cd8e02f4
|
fixed test cases
|
2014-01-05 04:11:38 -08:00 |
Emiel Bruijntjes
|
7a6527dddf
|
updated Makefile, removed vhost from Login object, now also the commit of the README file and the header files
|
2014-01-04 05:11:06 -08:00 |
Emiel Bruijntjes
|
ea4f82ac8f
|
Initial commit with the implementation of all methods apart from the publish and consume methods
|
2014-01-04 03:45:04 -08:00 |