Author: astitcher
Date: Mon Nov 7 20:56:53 2011
New Revision: 1198929
URL: http://svn.apache.org/viewvc?rev=1198929&view=rev
Log:
QPID-3586: Changes for QPID-3464 break cmake build in tar.gz distribution
- Added in the new CMake files to EXTRA_DIST in the Makefile.am files so
that they get buil
Author: kpvdr
Date: Mon Nov 7 18:55:47 2011
New Revision: 1198874
URL: http://svn.apache.org/viewvc?rev=1198874&view=rev
Log:
QPID-3579: Added qpid-analyze-trace to tools. This tool reads a c++ broker
trace-level log and currnetly structures the output to show AMQP commands
per-session. The out
Author: robbie
Date: Mon Nov 7 17:40:03 2011
New Revision: 1198834
URL: http://svn.apache.org/viewvc?rev=1198834&view=rev
Log:
QPID-3446: Unregister existing subscriptions when closing the connections
[during shutdown], update lock usage in order to avoid deadlock.
Applied patch from Oleksandr
Author: kwall
Date: Mon Nov 7 11:04:22 2011
New Revision: 1198701
URL: http://svn.apache.org/viewvc?rev=1198701&view=rev
Log:
QPID-3536: 0-10 overrides JMS AcceptMode with a defaulted (not explicitly set)
Link Reliability of UNRELIABLE
Applied patch from Andrew MacBean and myself.
Modified:
Author: kwall
Date: Mon Nov 7 08:27:31 2011
New Revision: 1198642
URL: http://svn.apache.org/viewvc?rev=1198642&view=rev
Log:
QPID-2848: refactored message consumer: pre-aquire, capacity decisions are
moved into consumer, renamed field noConsume into browseOnly, cleaned up
selector filter code.