Matt Broadstone
|
4422924219
|
convert QAMQP::Queue to a proper QQueue subclass, move MessageProperties to QAMQP namespace
|
2014-06-10 09:05:42 -04:00 |
Matt Broadstone
|
bad40ac83b
|
- updated all manual tests to reorder publish parameters (routeKey first)
- updated all manual tests to remove queues with no name
|
2014-06-06 14:32:46 -04:00 |
Matt Broadstone
|
8599cec147
|
- added auto tests for binding to standard AMQP-defined exchanges
- removed name parameter from Queue::declare, reducing confusion. Updated manual test to reflect this change
|
2014-06-06 13:37:36 -04:00 |
Matt Broadstone
|
d9d52e489a
|
Queue::messageReceived no longer passes the queue as a parameter (use sender() if you need it)
fixed qamqp manual test to send key before message
|
2014-06-05 15:44:14 -04:00 |
Matt Broadstone
|
01d792f38d
|
refactor Message to be explicitly shared class, rather than passing
shared pointers around directly
|
2014-06-05 15:37:41 -04:00 |
Matt Broadstone
|
3d69359431
|
renamed open/close methods to connectToHost/disconnectFromHost (to mirror Qt socket API), added the first auto tests!
|
2014-05-29 10:16:33 -04:00 |
Matt Broadstone
|
cd33957147
|
rename amqp => amqp_client
|
2014-05-28 13:05:51 -04:00 |
Matt Broadstone
|
7394092f60
|
turn qamqp into a proper library, set up test dir structure, moved qamqp test app to manual test
|
2014-05-28 12:52:42 -04:00 |
Matt Broadstone
|
565d0e04df
|
rename and move pro files
|
2014-05-28 12:36:50 -04:00 |
Matt Broadstone
|
0dfa78a9db
|
moved qamqp cli code to a manual test
|
2014-05-28 12:35:05 -04:00 |