summaryrefslogtreecommitdiff
path: root/java/client/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-466 Changes to FieldTable along with corresponding PropertyValueTest to ...Martin Ritchie2007-05-044-60/+192
* QPID-466 Create STRICT_AMQP System property to disable JMS extensions in Java...Martin Ritchie2007-04-302-140/+232
* QPID-476 : Remove duplicate map of channelId to sessionRobert Godfrey2007-04-304-94/+28
* QPID-466 Create STRICT_AMQP System property to disable JMS extensions in Java...Martin Ritchie2007-04-261-11/+55
* White Space changesMartin Ritchie2007-04-231-1/+1
* QPID-472 - Creation of TemporaryQueues will not guarantee unique queue names ...Martin Ritchie2007-04-231-11/+8
* Made IMMEDIATE_PREFETCH to allow access from additional test class.Martin Ritchie2007-04-201-2/+2
* QPID-455 Pre-fetched messages can cause problems with client tools. Set IMMED...Martin Ritchie2007-04-191-17/+29
* QPID-455 Prefetched messages can cause problems with client tools.Martin Ritchie2007-04-181-26/+32
* Removed e.printstacktrace that sneaked in with the other code style changes.Martin Ritchie2007-04-181-2/+1
* QPID-455 Prefetched messages can cause problems with client tools.Martin Ritchie2007-04-172-66/+101
* QPID-451 Throw InvalidDestinationException on attempt to publish to a Queue w...Robert Godfrey2007-04-125-29/+61
* QPID-446 AMQUserManagementMBean Initial implementation of user management in...Martin Ritchie2007-04-111-4/+3
* Got rid of some uses of System.out instead of log4j logging.Robert Greig2007-04-091-36/+24
* Stopped throwing away exception causes.Robert Greig2007-04-0913-373/+472
* Purged logging from exception constructors.Robert Greig2007-04-094-28/+40
* QPID-443 : Fix to transactionality of message publishingRobert Godfrey2007-04-061-2/+5
* QPID-308 removed closeConnection() that calls close(-1) and may result in a c...Martin Ritchie2007-04-051-5/+0
* QPID-414 : Addition of CRAM-MD5-HASHED authentication. Same as CRAM-MD5 but t...Martin Ritchie2007-04-056-22/+190
* Added default timeout to AMQConnection.close();Martin Ritchie2007-04-041-1/+2
* Fix for setting the message idRajith Muditha Attapattu2007-03-292-4/+20
* Added additional logging and commentsMartin Ritchie2007-03-273-3/+14
* QPID-346,QPID-386,QPID-403, QPID-410 Rollback, Basic-Reject, QueueBrowser NO_...Martin Ritchie2007-03-138-110/+241
* QPID-403 QPID-346 QPID-355 QPID-386 QPID-389 Updates to fix Transactional Rol...Martin Ritchie2007-03-066-128/+247
* (Patch submitted by Rupert Smith) Qpid0394.diffRobert Greig2007-03-011-26/+43
* QPID-391 : Broker Refactoring - initial tidy... add some mechanisms for multi...Robert Godfrey2007-02-255-48/+25
* QPID-346 Message loss after rollbackMartin Ritchie2007-02-234-81/+78
* QPID-348 Reverted unecessary nowait addition to amqp Basic.Recover spec.Martin Ritchie2007-02-211-1/+0
* QPID-348 Problems related to prefetching of messages Martin Ritchie2007-02-215-122/+368
* (Path submitted by Rupert Smith) Qpid-338. Custom SASL implementation for Jav...Robert Greig2007-02-205-68/+245
* QPID-325 : Persist durable exchange information in the storeRobert Godfrey2007-02-201-0/+35
* Renamed AMQInvalidSelectorException to be AMQInvalidArgumentException to bett...Martin Ritchie2007-02-202-8/+9
* Fully propogated timeouts during AMQConnection.close. Still needs timeouts to...Martin Ritchie2007-02-192-5/+11
* QPID-379 Bounced Messages do not appear in connection exception listener. Martin Ritchie2007-02-192-45/+101
* QPID-372, QPID-376 Broker now ignores all frames for closing channels. Martin Ritchie2007-02-194-100/+117
* QPID-375 : remove assumptions on standard exchanges (amq.direct, amq.topic, e...Robert Godfrey2007-02-1612-100/+305
* QPID-373 Queue|Exchange}{Bind|Declare} should be synchronous to correctly rec...Martin Ritchie2007-02-161-1/+1
* QPID-373 Queue|Exchange}{Bind|Declare} should be synchronous to correctly rec...Martin Ritchie2007-02-161-89/+92
* QPID-11 remove protocol literals from code. Martin Ritchie2007-02-168-16/+25
* QPID-366 : Reference counting not being decremented correctly and other persi...Robert Godfrey2007-02-154-14/+15
* Applied QPID-162 patches from Kevin SmithMartin Ritchie2007-02-1482-363/+630
* Applied QPID-6 SSL Options patch from Kevin SmithMartin Ritchie2007-02-148-74/+191
* QPID-368 Added the first data body to the list when creating it. included tes...Martin Ritchie2007-02-141-0/+1
* (Patch submitted by Rupert Smith) Qpid-360 fixes.Robert Greig2007-02-123-176/+195
* QPID-359 : Allow for rudimentary use of access ticketsRobert Godfrey2007-02-116-12/+94
* QPID-353 : Amend type of JMS destination type from byte to intRobert Greig2007-02-083-6/+5
* Improved version of the "accept the broker version" fix.Robert Greig2007-02-081-34/+32
* Added a system property qpid.accept.broker.version to allow the client to acc...Robert Greig2007-02-071-8/+17
* Fixed bug in stop(). If a connection is opened not start()ed then closed a Nu...Martin Ritchie2007-02-051-1/+5
* QPID-341 When using Queues and Topics defined via JNDI settings are not pres...Martin Ritchie2007-02-011-3/+3