svn commit: r1642758 - /qpid/trunk/qpid/tools/src/py/qpid-ha

2014-12-01 Thread aconway
Author: aconway Date: Mon Dec 1 21:10:51 2014 New Revision: 1642758 URL: http://svn.apache.org/r1642758 Log: NO-JIRA: qpid-ha don't return error status if called with -h or --help flag. Modified: qpid/trunk/qpid/tools/src/py/qpid-ha Modified: qpid/trunk/qpid/tools/src/py/qpid-ha URL: http:

svn commit: r1642731 - /qpid/trunk/qpid/cpp/src/qpid/linearstore/ISSUES

2014-12-01 Thread kpvdr
Author: kpvdr Date: Mon Dec 1 18:40:45 2014 New Revision: 1642731 URL: http://svn.apache.org/r1642731 Log: NO_JIRA: Update of ISSUES file Modified: qpid/trunk/qpid/cpp/src/qpid/linearstore/ISSUES Modified: qpid/trunk/qpid/cpp/src/qpid/linearstore/ISSUES URL: http://svn.apache.org/viewvc/qp

svn commit: r1642720 - in /qpid/trunk/qpid/cpp/src/qpid/messaging/amqp: AddressHelper.h ConnectionContext.cpp ReceiverContext.cpp ReceiverContext.h SessionContext.cpp SessionContext.h

2014-12-01 Thread aconway
Author: aconway Date: Mon Dec 1 17:41:09 2014 New Revision: 1642720 URL: http://svn.apache.org/r1642720 Log: QPID-6252: AMQP 1.0 browsing client generates large number of errors on broker. The problem was that messages for browsing receivers were being recorded on the client SessionContext unack

svn commit: r1642719 - /qpid/trunk/qpid/java/broker-plugins/amqp-0-10-protocol/src/main/java/org/apache/qpid/server/protocol/v0_10/ServerSession.java

2014-12-01 Thread kwall
Author: kwall Date: Mon Dec 1 17:40:58 2014 New Revision: 1642719 URL: http://svn.apache.org/r1642719 Log: QPID-6163 : [Java Broker] Remove stderr debug logging left by this commit Modified: qpid/trunk/qpid/java/broker-plugins/amqp-0-10-protocol/src/main/java/org/apache/qpid/server/protocol

qpid-jms git commit: fix ignore comment

2014-12-01 Thread robbie
Repository: qpid-jms Updated Branches: refs/heads/master b7f2b9ec1 -> 1023dfc88 fix ignore comment Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/1023dfc8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/1

qpid-jms git commit: add test to expose broker issue when committing transacted message acks out of sequence with their original dispatch

2014-12-01 Thread robbie
Repository: qpid-jms Updated Branches: refs/heads/master b7e7ecdd5 -> b7f2b9ec1 add test to expose broker issue when committing transacted message acks out of sequence with their original dispatch Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.

svn commit: r1642681 - in /qpid/trunk/qpid/cpp/src/qpid: broker/QueueCleaner.cpp sys/PollableQueue.h

2014-12-01 Thread chug
Author: chug Date: Mon Dec 1 13:32:48 2014 New Revision: 1642681 URL: http://svn.apache.org/r1642681 Log: QPID-6213: qpidd misses heartbeats * Pollable queue breaks when client does not process whole batch. * QueueCleaner must not reschedule same task multiple times. * QueueCleaner breaks out of