[1/2] git commit: Enable honoring of the disable message ID value in producer, broker will generate an ID for incoming messages without one.

2014-10-16 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 437a74fb9 -> 0b4311225 Enable honoring of the disable message ID value in producer, broker will generate an ID for incoming messages without one. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.a

[2/2] git commit: Add tests for some behaviors of onSend

2014-10-16 Thread tabish
Add tests for some behaviors of onSend Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/0b431122 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/0b431122 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/dif

[2/3] git commit: Create a specialized session object used soley by the connection to provide a place for things like durable unsubscribe, etc.

2014-10-16 Thread tabish
Create a specialized session object used soley by the connection to provide a place for things like durable unsubscribe, etc. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/1ec8e2ca Tree: http://git-wip-us.apache.org/re

[3/3] git commit: Do some cleanup and renaming to make things more consistent.

2014-10-16 Thread tabish
Do some cleanup and renaming to make things more consistent. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/ec13a0d5 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/ec13a0d5 Diff: http://git-wip-us.apache.or

[1/3] git commit: Tests for stat exception thrown when connection is closed.

2014-10-16 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 0b4311225 -> ec13a0d50 Tests for stat exception thrown when connection is closed. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/49db0e5e Tree: http://git-wip-

git commit: Extract some common bits into a utility base class.

2014-10-17 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master badfb1b4d -> 375b05503 Extract some common bits into a utility base class. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/375b0550 Tree: http://git-wip-us.apac

git commit: A functional durable subscription removal mechanism. Show where we need some cleanup work and also looks to show a problem with handling on the broker side when the durable sub is not remo

2014-10-20 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 75da189a3 -> f1584d25c A functional durable subscription removal mechanism. Show where we need some cleanup work and also looks to show a problem with handling on the broker side when the durable sub is not removable due to in use. Pr

git commit: Fix the case where unsubscribe fails and then is reattempted and can succeed.

2014-10-21 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master f1584d25c -> cc1559be5 Fix the case where unsubscribe fails and then is reattempted and can succeed. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/cc1559be Tr

[2/2] git commit: Add a little bit more validation to the durable subscribe test.

2014-10-28 Thread tabish
Add a little bit more validation to the durable subscribe test. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/a0c76f6a Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/a0c76f6a Diff: http://git-wip-us.apache.o

[1/2] git commit: Add a NoOpAsyncResult class to use for out of band async operation where we don't care about the end result.

2014-10-28 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 7b601d237 -> 470c87aeb Add a NoOpAsyncResult class to use for out of band async operation where we don't care about the end result. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos

git commit: Implement proper durable topic unsubscribe. Also ensures that for a durable subscriber we detach and not close when the MessageConsumer is closed. Tests will continue to work with ActiveMQ

2014-10-29 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 470c87aeb -> 7188d9c76 Implement proper durable topic unsubscribe. Also ensures that for a durable subscriber we detach and not close when the MessageConsumer is closed. Tests will continue to work with ActiveMQ as it removes subscripti

svn commit: r1642996 - /qpid/trunk/qpid/java/amqp-1-0-client-jms/src/main/java/org/apache/qpid/amqp_1_0/jms/impl/ConnectionImpl.java

2014-12-02 Thread tabish
Author: tabish Date: Tue Dec 2 19:47:50 2014 New Revision: 1642996 URL: http://svn.apache.org/r1642996 Log: https://issues.apache.org/jira/browse/QPID-6100 Refine the exception message and throw a JMSSecurityException as defined by the spec and to make tests more explicit about what they are

qpid-jms git commit: Update a couple of dependencies.

2014-12-03 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master ac61cbbaf -> ac67160e7 Update a couple of dependencies. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/ac67160e Tree: http://git-wip-us.apache.org/repos/asf/qp

qpid-jms git commit: Remove the async bit from the create methods, there's only one now.

2014-12-03 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master ac67160e7 -> cfbdeabc4 Remove the async bit from the create methods, there's only one now. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/cfbdeabc Tree: http:

qpid-jms git commit: Add some notes on future work needed.

2014-12-09 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master c5ec1a549 -> 4e0c88fab Add some notes on future work needed. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/4e0c88fa Tree: http://git-wip-us.apache.org/repos/a

qpid-jms git commit: Add client ack test showing that extension of the link credit does not expand the prefetch window in ActiveMQ currently.

2014-12-10 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 99dde7ac2 -> 85f926628 Add client ack test showing that extension of the link credit does not expand the prefetch window in ActiveMQ currently. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apach

qpid-jms git commit: Add another test that checks broker stats for zero prefetch to see if pulling one message works without causing more to go dispatched.

2014-12-10 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 85f926628 -> e62deaacf Add another test that checks broker stats for zero prefetch to see if pulling one message works without causing more to go dispatched. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://

qpid-jms git commit: Update a bunch of deps to the latest point releases.

2014-12-15 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master e6a542a20 -> db582dbe4 Update a bunch of deps to the latest point releases. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/db582dbe Tree: http://git-wip-us.apa

svn commit: r1642996 - /qpid/trunk/qpid/java/amqp-1-0-client-jms/src/main/java/org/apache/qpid/amqp_1_0/jms/impl/ConnectionImpl.java

2014-12-15 Thread tabish
Author: tabish Date: Tue Dec 2 19:47:50 2014 New Revision: 1642996 URL: http://svn.apache.org/r1642996 Log: https://issues.apache.org/jira/browse/QPID-6100 Refine the exception message and throw a JMSSecurityException as defined by the spec and to make tests more explicit about what they are

qpid-jms git commit: Disble set of JMS Destination and ReplyTo as string properties.

2014-12-15 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 12c6dbc33 -> db729434d Disble set of JMS Destination and ReplyTo as string properties. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/db729434 Tree: http://git

qpid-jms git commit: Add a note for future work.

2014-12-17 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 0d5adeb03 -> 0e568a4f7 Add a note for future work. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/0e568a4f Tree: http://git-wip-us.apache.org/repos/asf/qpid-jm

qpid-jms git commit: We should be throwing an error if properties from the URI don't apply cleanly.

2014-12-19 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 3dbfdb7be -> 512418727 We should be throwing an error if properties from the URI don't apply cleanly. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/51241872

qpid-jms git commit: Consolidate the properties handling to the properties class.

2014-12-22 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 6f106f644 -> 2f78161bd Consolidate the properties handling to the properties class. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/2f78161b Tree: http://git-w

qpid-jms git commit: Detect an available port for the test to avoid future issue with fixed ports on different platforms and inside build automation etc.

2015-01-07 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 290312885 -> a587e3fd2 Detect an available port for the test to avoid future issue with fixed ports on different platforms and inside build automation etc. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-

qpid-jms git commit: Adds some basic work on a replacement transport which uses Netty directly instead of Vert.x also adds some tests

2015-01-07 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 8e3f1bd50 -> b95ac58df Adds some basic work on a replacement transport which uses Netty directly instead of Vert.x also adds some tests Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/re

[1/2] qpid-jms git commit: Use the simple inbound adapter instead of the plain one.

2015-01-07 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master b95ac58df -> bfc69cf9d Use the simple inbound adapter instead of the plain one. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/ab895ca4 Tree: http://git-wip-us

[2/2] qpid-jms git commit: Clean up a bit more, make port selection automatic in test peer and make the value available so that client's can look it up.

2015-01-07 Thread tabish
Clean up a bit more, make port selection automatic in test peer and make the value available so that client's can look it up. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/bfc69cf9 Tree: http://git-wip-us.apache.org/r

qpid-jms git commit: Use a straight Netty ByteBuf for the transport onData callback instead of a vert.x Buffer.

2015-01-07 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master bfc69cf9d -> 91a82dd8e Use a straight Netty ByteBuf for the transport onData callback instead of a vert.x Buffer. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commi

qpid-jms git commit: Some more error message fixups.

2015-01-08 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master f87e75425 -> 24bd2a919 Some more error message fixups. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/24bd2a91 Tree: http://git-wip-us.apache.org/repos/asf/qp

qpid-jms git commit: Don't include a known empty value in the error message.

2015-01-08 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 40102fe8b -> f87e75425 Don't include a known empty value in the error message. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/f87e7542 Tree: http://git-wip-u

[1/2] qpid-jms git commit: Heavy refactoring of the Transport layer in the client.

2015-01-08 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 24bd2a919 -> abde5ef20 http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/abde5ef2/qpid-jms-client/src/main/java/org/apache/qpid/jms/transports/plain/PlainTcpTransport.java ---

[2/2] qpid-jms git commit: Heavy refactoring of the Transport layer in the client.

2015-01-08 Thread tabish
Heavy refactoring of the Transport layer in the client. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/abde5ef2 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/abde5ef2 Diff: http://git-wip-us.apache.org/rep

[1/2] qpid-jms git commit: Adds an additional test

2015-01-08 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master abde5ef20 -> fd0081e2e Adds an additional test Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/884d6b58 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tr

[2/2] qpid-jms git commit: Add a bit more state checking and better ByteBuffer send impl.

2015-01-08 Thread tabish
Add a bit more state checking and better ByteBuffer send impl. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/fd0081e2 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/fd0081e2 Diff: http://git-wip-us.apache.or

qpid-jms git commit: Fix up close and add a test

2015-01-08 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master fd0081e2e -> b7f7ac5ab Fix up close and add a test Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/b7f7ac5a Tree: http://git-wip-us.apache.org/repos/asf/qpid-jm

qpid-jms git commit: Break up Joram tests for easier debug of issues

2015-01-09 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master c755787d7 -> fd0cd2c79 Break up Joram tests for easier debug of issues Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/fd0cd2c7 Tree: http://git-wip-us.apache.o

qpid-jms git commit: Some test cleanups and enhancements.

2015-01-09 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master fd0cd2c79 -> b23f531af Some test cleanups and enhancements. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/b23f531a Tree: http://git-wip-us.apache.org/repos/

[2/2] qpid-jms git commit: Fix the close timeout check logic

2015-01-12 Thread tabish
Fix the close timeout check logic Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/ded00c7a Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/ded00c7a Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/ded

[1/2] qpid-jms git commit: Test for null, remote can be null if no connection at the time of the call.

2015-01-12 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 63c4e0865 -> ded00c7a9 Test for null, remote can be null if no connection at the time of the call. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/780492ac Tree

qpid-jms git commit: Don't try to connect if we already hit the limit in a previously queued connect task

2015-01-12 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master ded00c7a9 -> d4d4d709b Don't try to connect if we already hit the limit in a previously queued connect task Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/d4d4

qpid-jms git commit: Improve some logging, use ThreadPoolUtils to shutdown the task runners

2015-01-12 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 975e6c071 -> 46415a275 Improve some logging, use ThreadPoolUtils to shutdown the task runners Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/46415a27 Tree: htt

qpid-jms git commit: Add an additional log and some extra comments.

2015-01-12 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 46415a275 -> f5a062967 Add an additional log and some extra comments. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/f5a06296 Tree: http://git-wip-us.apache.

[2/3] qpid-jms git commit: Reduce the verbosity of the shotdown logging.

2015-01-12 Thread tabish
Reduce the verbosity of the shotdown logging. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/d5970ca0 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/d5970ca0 Diff: http://git-wip-us.apache.org/repos/asf/qpi

[3/3] qpid-jms git commit: fix slow close.

2015-01-12 Thread tabish
fix slow close. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/e8e29b82 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/e8e29b82 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/e8e29b82 Branch: ref

[1/3] qpid-jms git commit: Close down the FailoverProvider instances

2015-01-12 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master f5a062967 -> e8e29b820 Close down the FailoverProvider instances Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/981c3adc Tree: http://git-wip-us.apache.org/rep

qpid-jms git commit: use the test case connection object for the test

2015-01-12 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master e8e29b820 -> 9223336c1 use the test case connection object for the test Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/9223336c Tree: http://git-wip-us.apache.

qpid-jms git commit: Remove connection declaration and use the one from the test support class.

2015-01-12 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 9223336c1 -> 52edd46bc Remove connection declaration and use the one from the test support class. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/52edd46b Tree:

qpid-jms git commit: Fix cleanup of connection instances created in the tests

2015-01-12 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 52edd46bc -> 87d6ba7cd Fix cleanup of connection instances created in the 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/87d6ba7c Tree: http://git-wip-us

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-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: 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

[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-jms git commit: Remove these leftover bits from old client work, the adviusory stuff would need to be figured out via some management spec probably.

2015-01-14 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master b8d40c2c1 -> d041eccd2 Remove these leftover bits from old client work, the adviusory stuff would need to be figured out via some management spec probably. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://gi

qpid-jms git commit: Give the mechanisms simpler names in logs.

2015-01-14 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master d041eccd2 -> 527f838ef Give the mechanisms simpler names in logs. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/527f838e Tree: http://git-wip-us.apache.org/r

qpid-jms git commit: Add test for creating many connections at once to try and reproduce some hangs that happen infrequently on create of a new connection.

2015-01-14 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 109bb5a38 -> eb9a58b39 Add test for creating many connections at once to try and reproduce some hangs that happen infrequently on create of a new connection. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://gi

qpid-jms git commit: add timeouts

2015-01-14 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master eb9a58b39 -> 644117cff add timeouts Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/644117cf Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/644117cf

qpid-jms git commit: use latest slf4j

2015-01-14 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 644117cff -> 5b5b67561 use latest slf4j Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/5b5b6756 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/5b5b

qpid-jms git commit: Couple minor fixes for the plain tcp transport.

2015-01-15 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 5b5b67561 -> 9d47d6ac4 Couple minor fixes for the plain tcp transport. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/9d47d6ac Tree: http://git-wip-us.apache.o

qpid-jms git commit: Some initial improvements to the discovery agent to prevent unable to bind on some hosts.

2015-01-15 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 5dd7ca555 -> d08df5c1e Some initial improvements to the discovery agent to prevent unable to bind on some hosts. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit

qpid-jms git commit: Few more fixes

2015-01-15 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master d08df5c1e -> 1a986c68c Few more fixes Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/1a986c68 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/1a986

[3/5] qpid-jms git commit: Exclude possiuble VPN tunnel interface as well.

2015-01-15 Thread tabish
Exclude possiuble VPN tunnel interface as well. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/015280c9 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/015280c9 Diff: http://git-wip-us.apache.org/repos/asf/qp

[2/5] qpid-jms git commit: exclude this test on mac as it trips the vert.x issue that hangs connect calls and stalls the tests every time.

2015-01-15 Thread tabish
exclude this test on mac as it trips the vert.x issue that hangs connect calls and stalls the tests every time. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/1326a6e1 Tree: http://git-wip-us.apache.org/repos/asf/qpid-j

[5/5] qpid-jms git commit: Refactor some tests such that a hang on connection open still allows the tests to timeout.

2015-01-15 Thread tabish
Refactor some tests such that a hang on connection open still allows the tests to timeout. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/44eda7db Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/44eda7db Dif

[1/5] qpid-jms git commit: Clear the message acknowledge handler past ack so that no pathological ack cycles can flood the session

2015-01-15 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 1a986c68c -> 44eda7db2 Clear the message acknowledge handler past ack so that no pathological ack cycles can flood the session Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/

[4/5] qpid-jms git commit: User proper netty buffer reference counting to ensure the dispatched buffer is not freed prior to processing.

2015-01-15 Thread tabish
User proper netty buffer reference counting to ensure the dispatched buffer is not freed prior to processing. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/8ba0199c Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/

qpid-jms git commit: Refactor some more tests to avoid hangs in connection open in the setup method, defer to test method to allow for timeout of the test.

2015-01-15 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 44eda7db2 -> e4e5ea8e6 Refactor some more tests to avoid hangs in connection open in the setup method, defer to test method to allow for timeout of the test. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://g

qpid-jms git commit: Wait for channel to close.

2015-01-15 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master e4e5ea8e6 -> 2ceaa3753 Wait for channel to close. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/2ceaa375 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms

qpid-jms git commit: more extensive test case.

2015-01-16 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 997c5aec5 -> 72ab8a358 more extensive test case. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/72ab8a35 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms

qpid-jms git commit: use single write call

2015-01-16 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master a52fc5836 -> bb381ee3d use single write call Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/bb381ee3 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree

qpid-jms git commit: Ignore Joram tests on Mac for now as they sometimes hang the build there.

2015-01-16 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master bb381ee3d -> 568270b78 Ignore Joram tests on Mac for now as they sometimes hang the build there. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/568270b7 Tree:

[2/2] qpid-jms git commit: Remove the abstract provider class as we only use it in one place and improve the naming of the serializer threads for the AmqpProvider.

2015-01-16 Thread tabish
Remove the abstract provider class as we only use it in one place and improve the naming of the serializer threads for the AmqpProvider. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/5ebe40f0 Tree: http://git-wip-us.a

[1/2] qpid-jms git commit: Move Connection create to the test case and ensure proper cleanup

2015-01-16 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 568270b78 -> 5ebe40f01 Move Connection create to the test case and ensure proper cleanup Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/db522529 Tree: http://g

[1/2] qpid-jms git commit: Clean up this resource since it won't be used.

2015-01-16 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 5ebe40f01 -> 84bb63c7e Clean up this resource since it won't be used. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/23c0d733 Tree: http://git-wip-us.apache.o

[2/2] qpid-jms git commit: Require that connect be called explicity to give better control

2015-01-16 Thread tabish
Require that connect be called explicity to give better control Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/84bb63c7 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/84bb63c7 Diff: http://git-wip-us.apache.o

qpid-jms git commit: Adds a small test case that sends a set of larger sized messages assigned to group id and group seq. Currently the second receive fails.

2015-01-20 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 3ffb4e5ef -> 2d5f0632d Adds a small test case that sends a set of larger sized messages assigned to group id and group seq. Currently the second receive fails. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http:/

qpid-jms git commit: Fix some issues in the test.

2015-01-20 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master 68d402ef1 -> b2bb91e89 Fix some issues in the test. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/b2bb91e8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-j

qpid-jms git commit: Test now working.

2015-01-20 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master b2bb91e89 -> edc8ce8cf Test now working. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/edc8ce8c Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/edc

qpid-jms git commit: Run the send / recv bits a couple times in a row.

2015-01-20 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master edc8ce8cf -> 3bcaf7dc7 Run the send / recv bits a couple times in a row. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/3bcaf7dc Tree: http://git-wip-us.apach

[2/2] qpid-jms git commit: Configure the transport type in the factory definition file.

2015-01-20 Thread tabish
Configure the transport type in the factory definition file. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/3fc5f20a Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/3fc5f20a Diff: http://git-wip-us.apache.org/

svn commit: r1625181 - /qpid/jms/trunk/qpid-jms-client-tmp/src/test/java/org/apache/qpid/jms/MapMessageIntegrationTest.java

2014-09-15 Thread tabish
Author: tabish Date: Mon Sep 15 22:57:37 2014 New Revision: 1625181 URL: http://svn.apache.org/r1625181 Log: Small change to suppress warnings for unused variables Modified: qpid/jms/trunk/qpid-jms-client-tmp/src/test/java/org/apache/qpid/jms/MapMessageIntegrationTest.java Modified: qpid

[15/27] Initial drop of donated AMQP Client Code.

2014-09-23 Thread tabish
http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e4decdc1/qpid-jms-client/src/main/java/org/apache/qpid/jms/transports/TcpBufferedInputStream.java -- diff --git a/qpid-jms-client/src/main/java/org/apache/qpid/jms/transports/Tc

[18/27] Initial drop of donated AMQP Client Code.

2014-09-23 Thread tabish
http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e4decdc1/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpProviderFactory.java -- diff --git a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp

[13/27] Initial drop of donated AMQP Client Code.

2014-09-23 Thread tabish
http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e4decdc1/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/MessageIntegrationTest.java -- diff --git a/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/

[07/27] Initial drop of donated AMQP Client Code.

2014-09-23 Thread tabish
http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e4decdc1/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/describedtypes/sections/generate-list-sections.xsl -- diff --git a/qpid-jms-client/src/test/java/org/apa

[23/27] Initial drop of donated AMQP Client Code.

2014-09-23 Thread tabish
http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e4decdc1/qpid-jms-client/src/main/java/org/apache/qpid/jms/jndi/JNDIStorable.java -- diff --git a/qpid-jms-client/src/main/java/org/apache/qpid/jms/jndi/JNDIStorable.java b/qpi

[09/27] Initial drop of donated AMQP Client Code.

2014-09-23 Thread tabish
http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e4decdc1/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/CompositeAmqpPeerRunnable.java -- diff --git a/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/te

[19/27] Initial drop of donated AMQP Client Code.

2014-09-23 Thread tabish
http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e4decdc1/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpConnection.java -- diff --git a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/Amqp

[12/27] Initial drop of donated AMQP Client Code.

2014-09-23 Thread tabish
http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e4decdc1/qpid-jms-client/src/test/java/org/apache/qpid/jms/message/JmsBytesMessageTest.java -- diff --git a/qpid-jms-client/src/test/java/org/apache/qpid/jms/message/JmsBytesMes

[22/27] Initial drop of donated AMQP Client Code.

2014-09-23 Thread tabish
http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e4decdc1/qpid-jms-client/src/main/java/org/apache/qpid/jms/message/JmsMessage.java -- diff --git a/qpid-jms-client/src/main/java/org/apache/qpid/jms/message/JmsMessage.java b/q

[03/27] Initial drop of donated AMQP Client Code.

2014-09-23 Thread tabish
http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e4decdc1/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/consumer/JmsClientAckTest.java -- diff --git a/qpid-jms-interop-tests/qpid-jms-activemq

[11/27] Initial drop of donated AMQP Client Code.

2014-09-23 Thread tabish
http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e4decdc1/qpid-jms-client/src/test/java/org/apache/qpid/jms/message/JmsMessageTest.java -- diff --git a/qpid-jms-client/src/test/java/org/apache/qpid/jms/message/JmsMessageTest.j

[16/27] Initial drop of donated AMQP Client Code.

2014-09-23 Thread tabish
http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e4decdc1/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/message/AmqpTypedObjectDelegate.java -- diff --git a/qpid-jms-client/src/main/java/org/apache/qpid/jms/p

[04/27] Initial drop of donated AMQP Client Code.

2014-09-23 Thread tabish
http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e4decdc1/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/JmsMessageIntegrityTest.java -- diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-t

[14/27] Initial drop of donated AMQP Client Code.

2014-09-23 Thread tabish
http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e4decdc1/qpid-jms-client/src/main/java/org/apache/qpid/jms/util/StopWatch.java -- diff --git a/qpid-jms-client/src/main/java/org/apache/qpid/jms/util/StopWatch.java b/qpid-jms-

[08/27] Initial drop of donated AMQP Client Code.

2014-09-23 Thread tabish
http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e4decdc1/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/describedtypes/BeginFrame.java -- diff --git a/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/te

[06/27] Initial drop of donated AMQP Client Code.

2014-09-23 Thread tabish
http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e4decdc1/qpid-jms-client/src/test/java/org/apache/qpid/jms/test/testpeer/matchers/sections/MessageHeaderSectionMatcher.java -- diff --git a/qpid-jms-client/src/test/java/org/apa

<    5   6   7   8   9   10   11   12   13   >