qamqp/src
Matt Broadstone 12a03f959f add qos support to channel
AMQP Basic qos support added to Channel class. There is an option
for global qos which is currently not added. Also, added auto tests
for qos definition, proper qos operation and verifying that RabbitMQ
does not support prefetchSize.
2014-06-26 10:28:58 -04:00
..
amqp_authenticator.cpp move library files to src directory 2014-05-28 12:35:31 -04:00
amqp_authenticator.h export it all! this may be unnecessary, more investigation needed 2014-05-28 15:33:15 -04:00
amqp_channel.cpp add qos support to channel 2014-06-26 10:28:58 -04:00
amqp_channel.h add qos support to channel 2014-06-26 10:28:58 -04:00
amqp_channel_p.h add qos support to channel 2014-06-26 10:28:58 -04:00
amqp_client.cpp add PR #41 2014-06-24 21:35:58 -04:00
amqp_client.h added all tests around exchange declaration 2014-06-11 15:49:05 -04:00
amqp_client_p.h move error constants to global namespace 2014-06-11 13:44:30 -04:00
amqp_exchange.cpp add publish options 2014-06-23 15:36:03 -04:00
amqp_exchange.h add publish options 2014-06-23 15:36:03 -04:00
amqp_exchange_p.h add publish options 2014-06-23 15:36:03 -04:00
amqp_frame.cpp added qAmqpDebug to reduce debug messages during testing 2014-06-06 13:46:08 -04:00
amqp_frame.h fix issue #33 2014-06-24 21:26:22 -04:00
amqp_global.h add publish options 2014-06-23 15:36:03 -04:00
amqp_message.cpp refactor Message 2014-06-19 10:00:52 -04:00
amqp_message.h refactor Message 2014-06-19 10:00:52 -04:00
amqp_message_p.h standardize MessageProperties throughout codebase 2014-06-10 09:16:04 -04:00
amqp_queue.cpp clean up QAMQP::Queue api 2014-06-24 21:09:45 -04:00
amqp_queue.h clean up QAMQP::Queue api 2014-06-24 21:09:45 -04:00
amqp_queue_p.h clean up QAMQP::Queue api 2014-06-24 21:09:45 -04:00
src.pro refactor Message to be explicitly shared class, rather than passing 2014-06-05 15:37:41 -04:00