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
|
73a1d1db36
|
organize which methods are related to which parts of the spec, try to figure
out what we're missing
|
2014-06-05 14:10:29 -04:00 |
Matt Broadstone
|
343609d884
|
move all frame handlers to private classes in an effort to make amqp_frame private
|
2014-06-04 09:46:15 -04:00 |
Matt Broadstone
|
1198db2857
|
refactored Channel, changed some methods to better convey their intention
|
2014-06-03 13:00:25 -04:00 |
Matt Broadstone
|
10ca783442
|
split binded to bound/unbound, replaced invokeMetaMethod with Q_EMIT
|
2014-05-30 15:40:38 -04:00 |
Matt Broadstone
|
93287a4836
|
moved declare/remove from QueuePrivate to Queue
|
2014-05-30 15:36:11 -04:00 |
Matt Broadstone
|
1c3bd9fdf1
|
merge _q_body/_q_content from QueuePrivate to Queue
|
2014-05-30 14:57:09 -04:00 |
Matt Broadstone
|
c6d0c57d5f
|
remove crufty unused functions, used constBegin/End for iterations, store itEnd during loop, various other cleanups
|
2014-05-30 14:33:24 -04:00 |
Matt Broadstone
|
e325037fdd
|
remove needless function duplication in private class
|
2014-05-29 14:10:38 -04:00 |
Matt Broadstone
|
8f39b2a367
|
missed a few namespace cleanups
|
2014-05-28 16:28:45 -04:00 |
Matt Broadstone
|
2ba2823b84
|
export it all! this may be unnecessary, more investigation needed
|
2014-05-28 15:33:15 -04:00 |
Matt Broadstone
|
64f23fd648
|
namespace cleanup
|
2014-05-28 14:58:18 -04:00 |
Matt Broadstone
|
dbb03b9df4
|
move library files to src directory
|
2014-05-28 12:35:31 -04:00 |
fuCtor
|
3fbb01fef4
|
[+] Exchange
[+] Queue
[+] Basic.publish
|
2012-02-12 04:22:10 -08:00 |
fuCtor
|
5ca89c228b
|
First commit
Implement:
* Connection
* Channel
|
2012-01-29 07:36:03 -08:00 |