svn commit: r1651315 - /qpid/trunk/qpid/java/broker-plugins/amqp-1-0-protocol/src/main/java/org/apache/qpid/server/protocol/v1_0/Session_1_0.java

2015-01-13 Thread rgodfrey
Author: rgodfrey Date: Tue Jan 13 10:04:45 2015 New Revision: 1651315 URL: http://svn.apache.org/r1651315 Log: QPID-6281 : [Java Broker] Config model shadow objects for sessions are not being properly closed in AMQP 1.0 plugin Modified: qpid/trunk/qpid/java/broker-plugins/amqp-1-0-protocol/

svn commit: r1651319 - /qpid/trunk/qpid/cpp/src/qpid/amqp_0_10/SessionHandler.cpp

2015-01-13 Thread gsim
Author: gsim Date: Tue Jan 13 10:25:02 2015 New Revision: 1651319 URL: http://svn.apache.org/r1651319 Log: QPID-6310 ensure session is attached even for unsupported controls Modified: qpid/trunk/qpid/cpp/src/qpid/amqp_0_10/SessionHandler.cpp Modified: qpid/trunk/qpid/cpp/src/qpid/amqp_0_10/S

svn commit: r1651320 - /qpid/trunk/qpid/cpp/src/qpid/broker/MessageBuilder.cpp

2015-01-13 Thread gsim
Author: gsim Date: Tue Jan 13 10:25:08 2015 New Revision: 1651320 URL: http://svn.apache.org/r1651320 Log: QPID-6310: handle case where content bearing method is not in fact a message-transfer, which is the only one currently supported by qpidd Modified: qpid/trunk/qpid/cpp/src/qpid/broker/M

svn commit: r1651321 - /qpid/trunk/qpid/cpp/src/qpid/framing/SequenceSet.cpp

2015-01-13 Thread gsim
Author: gsim Date: Tue Jan 13 10:25:15 2015 New Revision: 1651321 URL: http://svn.apache.org/r1651321 Log: QPID-6310: check validity of ranges when decoding sequence set Modified: qpid/trunk/qpid/cpp/src/qpid/framing/SequenceSet.cpp Modified: qpid/trunk/qpid/cpp/src/qpid/framing/SequenceSet.

qpid-jms git commit: Ensuse close gets called.

2015-01-13 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 87d6ba7cd -> 7335e5547 Ensuse close gets called. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/7335e554 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/

qpid-proton git commit: PROTON-798: fix hang for socket close during SSL negotiation

2015-01-13 Thread cliffjansen
Repository: qpid-proton Updated Branches: refs/heads/master da1411e73 -> fc66f4c44 PROTON-798: fix hang for socket close during SSL negotiation Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/fc66f4c4 Tree: htt

[4/5] qpid-jms git commit: update delete handling, dont wrap exceptions

2015-01-13 Thread robbie
update delete handling, dont wrap exceptions Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/71cff459 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/71cff459 Diff: http://git-wip-us.apache.org/repos/asf/qpid-

[1/5] qpid-jms git commit: check temporary destinations have not been deleted before sending

2015-01-13 Thread robbie
Repository: qpid-jms Updated Branches: refs/heads/master 7335e5547 -> ec5c3e754 check temporary destinations have not been deleted before sending Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/89c79425 Tree: http://

[5/5] qpid-jms git commit: add more TemporaryQueue tests

2015-01-13 Thread robbie
add more TemporaryQueue tests Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/ec5c3e75 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/ec5c3e75 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/ec5c3e

[2/5] qpid-jms git commit: prevent attemps to consume from temporary destinations created by another connection

2015-01-13 Thread robbie
prevent attemps to consume from temporary destinations created by another connection Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/e1c1de74 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/e1c1de74 Diff: htt

[3/5] qpid-jms git commit: add common parent for temporary destination objects to simplify handling

2015-01-13 Thread robbie
add common parent for temporary destination objects to simplify handling Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/184acd20 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/184acd20 Diff: http://git-wip-u

qpid-jms git commit: Close the activemq connection prior to broker shutdown

2015-01-13 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master ec5c3e754 -> bfb329a0c Close the activemq connection prior to broker shutdown Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/bfb329a0 Tree: http://git-wip-us.a

qpid-jms git commit: Close down the ActiveMQ connections used to populate destinations.

2015-01-13 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master bfb329a0c -> dbf4fe01e Close down the ActiveMQ connections used to populate destinations. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/dbf4fe01 Tree: http:

qpid-jms git commit: add more TemporaryTopic tests

2015-01-13 Thread robbie
Repository: qpid-jms Updated Branches: refs/heads/master dbf4fe01e -> 05d83c6f7 add more TemporaryTopic tests Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/05d83c6f Tree: http://git-wip-us.apache.org/repos/asf/qpid

qpid-jms git commit: Better handling of close on a resource that was remotely closed already.

2015-01-13 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 05d83c6f7 -> a3ae2856c Better handling of close on a resource that was remotely closed already. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/a3ae2856 Tree: h

[1/3] qpid-proton git commit: alias pn_delivery_tag_t to pn_bytes_t

2015-01-13 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/master fc66f4c44 -> 99df0a33d alias pn_delivery_tag_t to pn_bytes_t Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/081336f2 Tree: http://git-wip-us.apache.o

[2/3] qpid-proton git commit: omit duplicate endpoint state events

2015-01-13 Thread rhs
omit duplicate endpoint state events Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/70c4112a Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/70c4112a Diff: http://git-wip-us.apache.org/repos/asf/qpid

[3/3] qpid-proton git commit: modified reference semantics so that child objects don't need to be explicitly freed

2015-01-13 Thread rhs
modified reference semantics so that child objects don't need to be explicitly freed Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/99df0a33 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/99df0a33

[2/4] qpid-jms git commit: Test contract of QueueConnection implementation JmsQueueConnection, topic related methods should throw javax.jms.IllegalStateException.

2015-01-13 Thread tabish
Test contract of QueueConnection implementation JmsQueueConnection, topic related methods should throw javax.jms.IllegalStateException. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/045e5215 Tree: http://git-wip-us.apac

[1/4] qpid-jms git commit: Ensure connection is closed so its threads are shutdown if any.

2015-01-13 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master a3ae2856c -> 6217cb29a Ensure connection is closed so its threads are shutdown if any. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/b172d59b Tree: http://git

[4/4] qpid-jms git commit: Remove this test, it is now covered by the offline tests in the client lib JmsTopicConnectionTest and JmsQueueConnectionTest

2015-01-13 Thread tabish
Remove this test, it is now covered by the offline tests in the client lib JmsTopicConnectionTest and JmsQueueConnectionTest Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/6217cb29 Tree: http://git-wip-us.apache.org/repo

[3/4] qpid-jms git commit: Add test for the TopicConnection implementation JmsTopicConnection to validate that the Queue based methods throw javax.jms.IllegalStateException.

2015-01-13 Thread tabish
Add test for the TopicConnection implementation JmsTopicConnection to validate that the Queue based methods throw javax.jms.IllegalStateException. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/97503ca6 Tree: http://git-

qpid-proton git commit: added pn_event_reactor

2015-01-13 Thread rhs
Repository: qpid-proton Updated Branches: refs/heads/master 99df0a33d -> fe31dcea7 added pn_event_reactor Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/fe31dcea Tree: http://git-wip-us.apache.org/repos/asf/qp