summaryrefslogtreecommitdiff
path: root/qpid/java/amqp-1-0-client-jms
Commit message (Expand)AuthorAgeFilesLines
* QPID-5048: add pom to build the AMQP 1.0 JMS client examples, simplify exampl...Robert Gemmell2014-08-052-98/+98
* QPID-5576 : Detect closure of sockets better and do not leave threads waiting...Robert Godfrey2014-07-222-4/+10
* QPID-5426 : Allow use of a URL for properties file initial context factoryRobert Godfrey2014-07-211-7/+18
* QPID-5792: add null check to avoid NPE during Destination decodingRobert Gemmell2014-06-241-4/+7
* QPID-5774: first main swipe, remove the Ant builds main build.xml and associa...Robert Gemmell2014-05-212-71/+0
* QPID-5739: update Hello example config to correctly specify clientid, and sho...Robert Gemmell2014-05-011-2/+2
* QPID-5048: update pom versions to 0.30-SNAPSHOT, using: mvn release:update-ve...Robert Gemmell2014-04-291-1/+1
* QPID-5048: re-instate dependency versions after qpid parent pom removal of de...Robert Gemmell2014-04-211-0/+1
* QPID-5048: include the JMS API jar in the client release assemblies as we hav...Robert Gemmell2014-04-092-0/+12
* QPID-5048: some minor additions and whitespace fixups to the licence/notice infoRobert Gemmell2014-04-051-1/+1
* QPID-5048: add dependency change verifcation reference files and LICENSE, NOT...Robert Gemmell2014-04-056-2/+251
* QPID-5048: maven license plugin optimisation & enhanced license file generationKeith Wall2014-03-251-2/+1
* QPID-5048: Maven enahancements to remove child version definitions and improv...Robert Gemmell2014-02-281-1/+0
* QPID-5048: Maven enahancements to restructure POM hierarchy and improve buildRobert Gemmell2014-02-272-6/+9
* QPID-5576 : [JMS AMQP 1.0] don't throw an exception if no properties file is ...Robert Godfrey2014-02-211-6/+0
* QPID-5574 : Allow sync-publish to override default behaviour to make persiste...Robert Godfrey2014-02-213-8/+22
* QPID-5566 : DestinationImpl should implement neither Queue nor TopicRobert Godfrey2014-02-191-1/+1
* QPID-5504 : refactring of queues, and introduce management node and amqp-mana...Robert Godfrey2014-02-119-22/+93
* QPID-5048: Maven POM refactoring - names, descriptions, dependencies & versionsRobert Gemmell2014-02-061-8/+9
* QPID-5522 : TransactionController endless wait when the TCP/IP connection is ...Robert Godfrey2014-01-291-23/+43
* QPID-5459 : Added configurable TLS parameters for AMQP 1.0 client (both TCP a...Robert Godfrey2014-01-144-80/+383
* NO-JIRA : revert accidentally commited filesRobert Godfrey2014-01-134-199/+75
* QPID-5475 : [Java Broker] Add test for REST api client cert authRobert Godfrey2014-01-134-75/+199
* QPID-5459 : Add WebSocket transport support to the Java Broker and AMQP 1-0 J...Robert Godfrey2014-01-092-4/+29
* QPID-5455 : Publishing non-transactional persistent messages should always be...Robert Godfrey2014-01-081-3/+3
* QPID-5439 : [AMQP 1.0 JMS Client] timeout rather than wait indefinitely when ...Robert Godfrey2014-01-012-5/+39
* QPID-5419 : Applied patch from Timothy BishRobert Godfrey2013-12-161-0/+7
* QPID-5408 : throw exception on unknown connection URL parameterRobert Godfrey2013-12-121-0/+4
* QPID-5386 : [JMS AMQP 1.0] message not coverted correctly if it contains a de...Robert Godfrey2013-12-091-0/+5
* QPID-5390 : [JMS AMQP 1.0] ConcurrentModificationException when closing a con...Robert Godfrey2013-12-091-2/+11
* QPID-5344 : Deadlock in JMS AMQP 1.0 client - patch from David InghamRobert Godfrey2013-11-211-68/+77
* QPID-5293 : Thread deadlock when closing connectionRobert Godfrey2013-11-071-16/+29
* QPID-5206 : Applied patch from David InghamRobert Godfrey2013-10-241-1/+3
* QPID-5245 : Applied patch from David InghamRobert Godfrey2013-10-247-8/+186
* QPID-5048: remove the groupId from sub-modules, inherit org.apache.qpid from ...Robert Gemmell2013-10-061-1/+0
* QPID-5048: add pluginManagement section to the qpid parent, to override apach...Robert Gemmell2013-09-301-14/+1
* QPID-5195 : Client does not properly support channel-maxRobert Godfrey2013-09-302-3/+30
* QPID-5194 : Occaisionally see ERROR (221): Caught Exception: java.lang.Illega...Robert Godfrey2013-09-301-2/+2
* QPID-5177 : Set the default and supported outcomes on sending links in the am...Robert Godfrey2013-09-301-4/+14
* QPID-5190 : [JMS AMQP 1.0 CLient] Notify the connection endpoint when the soc...Robert Godfrey2013-09-291-1/+1
* QPID-5182 : The details of custom error-conditions are not being preserved up...Robert Godfrey2013-09-271-1/+8
* QPID-5178 : Flow detail from Rejected outcome though to MessageRejectedExcep...Robert Godfrey2013-09-262-4/+23
* QPID-4901 : Queue Browser hangs on reaching end of queue Robert Godfrey2013-09-261-2/+15
* QPID-5615 : No mapping from JMS JMSXGroupID property to AMQP message group-id Robert Godfrey2013-09-261-31/+52
* QPID-5113 : JMS Client - JMS Connection exception listener is not notified w...Robert Godfrey2013-09-251-2/+31
* QPID-5167 : Allow sync_publish flag to be controlled from the ConnectionFacto...Robert Godfrey2013-09-253-1/+29
* NO-JIRA : set svn:eol-style to nativeRobert Godfrey2013-09-2554-7988/+7988
* QPID-5166 : Lazily create dispatcher thread in JMS Session implementation (p...Robert Godfrey2013-09-251-2/+6
* QPID-5048: add initial pom files for a maven buildRobert Gemmell2013-09-232-0/+116
* NO-JIRA: make the example usable though still horribleRobert Gemmell2013-06-062-2/+4