summaryrefslogtreecommitdiff
path: root/java/amqp-1-0-client-jms
Commit message (Collapse)AuthorAgeFilesLines
* NO-JIRA: make the example usable though still horribleRobert Gemmell2013-06-062-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1490259 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4844 : [JMS AMQP 1.0] Allow option to use String rather than Binary ↵Robert Godfrey2013-05-201-1/+1
| | | | | | values for generated message-ids git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1484601 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4851: Fix ConcurrentModificationException thrown on closing of AMQP 1.0 ↵Alex Rudyy2013-05-151-1/+2
| | | | | | connection with existing sessions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483121 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4830 : [JMS AMQP 1.0] Improve JMS client error handlingRobert Godfrey2013-05-153-2/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482770 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4845 : [JMS AMQP 1.0] Client incorrectly reports temporary ↵Robert Godfrey2013-05-152-4/+30
| | | | | | destinations as deleted git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482729 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4844 : [JMS AMQP 1.0] Allow option to use String rather than Binary ↵Robert Godfrey2013-05-143-21/+51
| | | | | | values for generated message-ids git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482609 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4830 : [JMS AMQP 1.0] Improve error handling in the JMS clientRobert Godfrey2013-05-114-3/+195
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1481321 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4829 : [JMS AMQP 1.0] Sessions added to started connections are not ↵Robert Godfrey2013-05-113-14/+25
| | | | | | themselves started git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1481290 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Prevent non-ascii warning when compiling amqp-1-0-client-jms module ↵Keith Wall2013-04-291-1/+1
| | | | | | (use unicode escape for pound symbol) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477178 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4654 : [Java Client 1.0] Add connection redirect support to the AMQP ↵Robert Godfrey2013-03-179-50/+137
| | | | | | 1.0 JMS client git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1457505 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4454 : [AMQP 1.0 JMS Client] Applied patch (with modifications) to ↵Robert Godfrey2012-12-0510-42/+316
| | | | | | annotate messages with the implied type of to and reply-to destinations git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1417368 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4455 : [AMQP 1.0 JMS Client] Queue browsers were not returning jms ↵Robert Godfrey2012-11-211-6/+22
| | | | | | messages. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1412280 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4453 : [AMQP 1.0 JMS Client] ObjectMessage /w no body improperly ↵Robert Godfrey2012-11-211-1/+19
| | | | | | converted to an AMQP message. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1412270 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4411 : QPID JMS QueueBrowser should defer getting messages until ↵Robert Godfrey2012-11-021-45/+88
| | | | | | getEnumeration() is called. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1405042 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4409 : [AMQP 1.0 JMS] QueueConnection createDurableConnectionConsumer() ↵Robert Godfrey2012-11-021-0/+4
| | | | | | should throw IllegalStateException git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1404967 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4408 Applying patch from Dejan Bosanac.Rajith Muditha Attapattu2012-11-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1404586 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4396 : [Java AMQP 1.0] move examples into sub-moduleRobert Godfrey2012-10-262-0/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1402462 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4395 : Fix client ack in onMessage in JMS AMQP 1.0 clientRobert Godfrey2012-10-262-5/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1402430 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4383 : Fix to set ssl based on protocolRobert Godfrey2012-10-191-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1400326 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4383 : Fix connection URLsRobert Godfrey2012-10-193-6/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1400289 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4365 : [Java 1-0 JMS Client] Allow setting of client id to be deferred ↵Robert Godfrey2012-10-101-19/+68
| | | | | | / only create TCP connection when absolutely necessary git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1396700 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4355 : LICENSE and NOTICE included in jar files should be able to be ↵Robert Godfrey2012-10-033-0/+216
| | | | | | module specific git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1393415 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4195 : Add AMQP 1.0 JMS Client to the release scriptRobert Godfrey2012-08-072-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1370138 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3994: trivial changes to the build.xml files to aid people regenerating ↵Robert Gemmell2012-05-131-2/+2
| | | | | | their Eclipse project files using Ant Eclipse following the Ivy related changes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1337925 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3953 : [Java AMQP 1-0] Fix durable subscribersRobert Godfrey2012-04-181-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1327422 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3953 : [Java AMQP 1-0] Fix durable subscribersRobert Godfrey2012-04-172-5/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1327268 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3953 : Fix durable subscriber unsubscribe to explicitly set durability ↵Robert Godfrey2012-04-171-16/+29
| | | | | | of link to NONE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1327044 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3953 : Fix durable subscriber unsubscribe to explicitly set durability ↵Robert Godfrey2012-04-171-1/+1
| | | | | | of link to NONE git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1327034 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3951 : [Java AMQP 1.0] Correctly set default outcome on the brokerRobert Godfrey2012-04-171-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1326998 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3949 : [Java AMQP 1.0] JMSType propertyRobert Godfrey2012-04-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1326628 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3949 : [Java AMQP 1.0] Fix descriptors on filtersRobert Godfrey2012-04-161-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1326569 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3949 : [Java AMQP 1.0] Fix descriptors on filtersRobert Godfrey2012-04-161-12/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1326565 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3949 : [Java AMQP 1.0] Fix descriptors on filtersRobert Godfrey2012-04-161-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1326558 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3933 : [Java] Add interim AMQP 1-0 implementationRobert Godfrey2012-04-0463-0/+8568
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1309594 13f79535-47bb-0310-9956-ffa450edef68