summaryrefslogtreecommitdiff
path: root/qpid/java/amqp-1-0-client-jms
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-4844 : [JMS AMQP 1.0] Allow option to use String rather than Binary valu...Robert Godfrey2013-05-201-1/+1
* QPID-4851: Fix ConcurrentModificationException thrown on closing of AMQP 1.0 ...Alex Rudyy2013-05-151-1/+2
* QPID-4830 : [JMS AMQP 1.0] Improve JMS client error handlingRobert Godfrey2013-05-153-2/+28
* QPID-4845 : [JMS AMQP 1.0] Client incorrectly reports temporary destinations...Robert Godfrey2013-05-152-4/+30
* QPID-4844 : [JMS AMQP 1.0] Allow option to use String rather than Binary valu...Robert Godfrey2013-05-143-21/+51
* QPID-4830 : [JMS AMQP 1.0] Improve error handling in the JMS clientRobert Godfrey2013-05-114-3/+195
* QPID-4829 : [JMS AMQP 1.0] Sessions added to started connections are not them...Robert Godfrey2013-05-113-14/+25
* NO-JIRA: Prevent non-ascii warning when compiling amqp-1-0-client-jms module ...Keith Wall2013-04-291-1/+1
* QPID-4654 : [Java Client 1.0] Add connection redirect support to the AMQP 1.0...Robert Godfrey2013-03-179-50/+137
* QPID-4454 : [AMQP 1.0 JMS Client] Applied patch (with modifications) to annot...Robert Godfrey2012-12-0510-42/+316
* QPID-4455 : [AMQP 1.0 JMS Client] Queue browsers were not returning jms messa...Robert Godfrey2012-11-211-6/+22
* QPID-4453 : [AMQP 1.0 JMS Client] ObjectMessage /w no body improperly convert...Robert Godfrey2012-11-211-1/+19
* QPID-4411 : QPID JMS QueueBrowser should defer getting messages until getEnum...Robert Godfrey2012-11-021-45/+88
* QPID-4409 : [AMQP 1.0 JMS] QueueConnection createDurableConnectionConsumer() ...Robert Godfrey2012-11-021-0/+4
* QPID-4408 Applying patch from Dejan Bosanac.Rajith Muditha Attapattu2012-11-011-1/+1
* QPID-4396 : [Java AMQP 1.0] move examples into sub-moduleRobert Godfrey2012-10-262-0/+31
* QPID-4395 : Fix client ack in onMessage in JMS AMQP 1.0 clientRobert Godfrey2012-10-262-5/+9
* QPID-4383 : Fix to set ssl based on protocolRobert Godfrey2012-10-191-1/+14
* QPID-4383 : Fix connection URLsRobert Godfrey2012-10-193-6/+37
* QPID-4365 : [Java 1-0 JMS Client] Allow setting of client id to be deferred /...Robert Godfrey2012-10-101-19/+68
* QPID-4355 : LICENSE and NOTICE included in jar files should be able to be mod...Robert Godfrey2012-10-033-0/+216
* QPID-4195 : Add AMQP 1.0 JMS Client to the release scriptRobert Godfrey2012-08-072-0/+23
* QPID-3994: trivial changes to the build.xml files to aid people regenerating ...Robert Gemmell2012-05-131-2/+2
* QPID-3953 : [Java AMQP 1-0] Fix durable subscribersRobert Godfrey2012-04-181-2/+2
* QPID-3953 : [Java AMQP 1-0] Fix durable subscribersRobert Godfrey2012-04-172-5/+19
* QPID-3953 : Fix durable subscriber unsubscribe to explicitly set durability o...Robert Godfrey2012-04-171-16/+29
* QPID-3953 : Fix durable subscriber unsubscribe to explicitly set durability o...Robert Godfrey2012-04-171-1/+1