summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Added -M2 tag to RPM release.Alan Conway2007-04-306-14/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533840 13f79535-47bb-0310-9956-ffa450edef68
* * README: added new dependency, libdaemon.Alan Conway2007-04-309-75/+355
| | | | | | | | | | | | | | | | | | * qpidc.spec.in: libdaemon dependencies. * broker/Daemon.h|cpp: Daemon and pid file management, wrapper for libdaemon. * qpidd.cpp modifid flags -d [ --daemon ] - waits till deamon is listening before returning. * qpidd.cpp: new flags -q [ --quit ] Stop the running daemon politely. -k [ --kill ] Kill the running daemon harshly. -c [ --check ] If daemon is running return 0. --wait SECONDS (=10) Maximum wait for daemon response. --ppid Print daemon pid to stdout * tests/dameon_test: Test daemon startup, shutdown. * deleted tests/broker: obsolete script. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533819 13f79535-47bb-0310-9956-ffa450edef68
* QPID-461 Update to CommitRollbackTest. Ensuring messages received have the ↵Martin Ritchie2007-04-301-14/+14
| | | | | | correct redelivered value, regardless of order. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533765 13f79535-47bb-0310-9956-ffa450edef68
* QPID-466 Create STRICT_AMQP System property to disable JMS extensions in ↵Martin Ritchie2007-04-302-140/+232
| | | | | | | | | Java client. Updated to allow the use of durable subscriptions but it will not be as clean as with the extensions. Selectors are also now disabled. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533764 13f79535-47bb-0310-9956-ffa450edef68
* QPID-476 : Remove duplicate map of channelId to sessionRobert Godfrey2007-04-305-97/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533721 13f79535-47bb-0310-9956-ffa450edef68
* Added time-out for secure server connection.Bhupendra Bhusman Bhardwaj2007-04-304-16/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533704 13f79535-47bb-0310-9956-ffa450edef68
* Added reference for qpid.start and brought bin-test in line with bin.Martin Ritchie2007-04-272-0/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533141 13f79535-47bb-0310-9956-ffa450edef68
* Removed reference to bdbbackupMartin Ritchie2007-04-271-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533140 13f79535-47bb-0310-9956-ffa450edef68
* Added Apache legal headers and added qpid.start which logs the startup commandMartin Ritchie2007-04-273-0/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533131 13f79535-47bb-0310-9956-ffa450edef68
* Updated MLT to have variables that define the BROKER and VHOST used and ↵Martin Ritchie2007-04-271-23/+30
| | | | | | White space git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533079 13f79535-47bb-0310-9956-ffa450edef68
* Updated PrincipalDatabase implementations to return empty strings rather ↵Martin Ritchie2007-04-272-2/+4
| | | | | | than null. As this causes NPE on MC. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533078 13f79535-47bb-0310-9956-ffa450edef68
* Bin Updates: Qpid-Run removed new bash 3.x feature += replaced with ↵Martin Ritchie2007-04-273-25/+13
| | | | | | | | | option="${value1} ${value2}" constructs to support older bash 2.x renamed passwd qpid-passwd and fixed classpath loading errors. Moved bdbbackup script to live with the bdb module. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533077 13f79535-47bb-0310-9956-ffa450edef68
* QPID-473 Base64MD5PrincipalDatabase doesn't check password changes were ↵Martin Ritchie2007-04-271-17/+5
| | | | | | | | applied to disk before storing in memory Reversed the effects of the requested change if the changes cannot be persisted to disk git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533075 13f79535-47bb-0310-9956-ffa450edef68
* QPID-471Bhupendra Bhusman Bhardwaj2007-04-274-7/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533065 13f79535-47bb-0310-9956-ffa450edef68
* Rationalized the performance tests.Robert Greig2007-04-261-116/+113
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@532794 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 532430 by hand fromAlan Conway2007-04-266-135/+63
| | | | | | | | | | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/trunk/qpid/cpp ------------------------------------------------------------------------ r532750 | aconway | 2007-04-26 10:13:14 -0400 (Thu, 26 Apr 2007) | 4 lines - docs/man/qpidd.x: explain file and environment configuration. - src/qpidd.cpp: read config from file. ------------------------------------------------------------------------ r532491 | aconway | 2007-04-25 17:26:53 -0400 (Wed, 25 Apr 2007) | 4 lines Added environment variables as a source of Qpid configuration. Option "foo-bar" will be read from env. QPID_FOO_BAR if not specified on command line. ------------------------------------------------------------------------ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@532791 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions 532430 by hand fromAlan Conway2007-04-2616-593/+405
| | | | | | | | | | | | | | | | | | | | | | https://svn.apache.org/repos/asf/incubator/qpid/branches/trunk/qpid/cpp ------------------------------------------------------------------------ r532430 | aconway | 2007-04-25 14:06:14 -0400 (Wed, 25 Apr 2007) | 10 lines * qpid/CommonOptions.h: - Convenience classs/functions to use boost::program_options. - CommonOptions class for options common to client/broker. * qpid/broker/Broker.h: - Replaced broker::Configuration with class Broker::Options, derived from CommonOptions. * qpidd.cpp: Updated options handling. * qpid/Exception.h: Added strError function to get std::string from errno. ------------------------------------------------------------------------ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@532787 13f79535-47bb-0310-9956-ffa450edef68
* QPID-466 Create STRICT_AMQP System property to disable JMS extensions in ↵Martin Ritchie2007-04-261-11/+55
| | | | | | | | Java client. This disables the JMS features that rely upon Qpid Java broker specific features. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@532786 13f79535-47bb-0310-9956-ffa450edef68
* Rationlized the performance tests.Robert Greig2007-04-261-273/+172
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@532766 13f79535-47bb-0310-9956-ffa450edef68
* QPID-292 - Authentication not handled correctly.Martin Ritchie2007-04-261-2/+17
| | | | | | Copied handling from SecureOkMethod handler. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@532728 13f79535-47bb-0310-9956-ffa450edef68
* * Fix ignore for generated files.Alan Conway2007-04-250-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@532466 13f79535-47bb-0310-9956-ffa450edef68
* Made the return type of getTestMessage() to a generic type for subclass to ↵Bhupendra Bhusman Bhardwaj2007-04-256-6/+44
| | | | | | override. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@532372 13f79535-47bb-0310-9956-ffa450edef68
* Management Console SASL changesBhupendra Bhusman Bhardwaj2007-04-242-10/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@532002 13f79535-47bb-0310-9956-ffa450edef68
* Added connection exception handling and refactored the action classesBhupendra Bhusman Bhardwaj2007-04-2410-273/+131
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@531989 13f79535-47bb-0310-9956-ffa450edef68
* Reduced logging on requeue.Martin Ritchie2007-04-241-9/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@531937 13f79535-47bb-0310-9956-ffa450edef68
* Added display of build and release versions in Help->AboutBhupendra Bhusman Bhardwaj2007-04-247-60/+169
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@531917 13f79535-47bb-0310-9956-ffa450edef68
* Management Console sasl changesBhupendra Bhusman Bhardwaj2007-04-244-3/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@531908 13f79535-47bb-0310-9956-ffa450edef68
* Defaulted the use of management.security-enabled security to false. As this ↵Martin Ritchie2007-04-241-1/+1
| | | | | | requires the jmxremote.jar from sun which is not Apache license friendly. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@531865 13f79535-47bb-0310-9956-ffa450edef68
* Defaulted the use of JMX SASL security to false. As this requries the ↵Martin Ritchie2007-04-241-1/+1
| | | | | | jmxremote.jar from sun which is not Apache license friendly. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@531859 13f79535-47bb-0310-9956-ffa450edef68
* ResetMessageListenerTest - needs to have IMMEDIATE_PREFETCH = true.Martin Ritchie2007-04-231-12/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@531527 13f79535-47bb-0310-9956-ffa450edef68
* QPID-290 - Java broker does not honor maximum number of channels thresholdMartin Ritchie2007-04-232-2/+88
| | | | | | Applied patch from Nuno Santos git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@531526 13f79535-47bb-0310-9956-ffa450edef68
* QPID-445Bhupendra Bhusman Bhardwaj2007-04-232-17/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@531524 13f79535-47bb-0310-9956-ffa450edef68
* White Space changesMartin Ritchie2007-04-232-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@531518 13f79535-47bb-0310-9956-ffa450edef68
* Comment updates on the origin of the testsMartin Ritchie2007-04-232-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@531517 13f79535-47bb-0310-9956-ffa450edef68
* Update to system test so that the run as part of the build process as they ↵Martin Ritchie2007-04-238-16/+42
| | | | | | | | were not running. Change to AMQMessage to ensure that the TxAckTest passes. Was failing as the reference count was being changed out of the increment/decrementReference methods git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@531515 13f79535-47bb-0310-9956-ffa450edef68
* QPID-436 - topic exchange doesn't obey the mandatory flagMartin Ritchie2007-04-232-25/+162
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@531513 13f79535-47bb-0310-9956-ffa450edef68
* QPID-472 - Creation of TemporaryQueues will not guarantee unique queue names ↵Martin Ritchie2007-04-232-15/+139
| | | | | | | | if created rapidly. Updated TemporaryQueueTest.java so that it checks Headers/Queue/Topic for unroutable/mandatory messages beig returned. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@531512 13f79535-47bb-0310-9956-ffa450edef68
* QPID-445 : Fixed the ClassCastExceptionBhupendra Bhusman Bhardwaj2007-04-231-29/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@531458 13f79535-47bb-0310-9956-ffa450edef68
* QPID-470 : Catching the security exception for users, which have no access ↵Bhupendra Bhusman Bhardwaj2007-04-2312-172/+143
| | | | | | to management console git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@531456 13f79535-47bb-0310-9956-ffa450edef68
* QPID-394. Removed revision tags.Robert Greig2007-04-236-241/+316
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@531437 13f79535-47bb-0310-9956-ffa450edef68
* Added addition log when broker is ready to process.Martin Ritchie2007-04-202-4/+12
| | | | | | Updated HeapExhaustion - to use system.out.println so you can set amqj.logging.level=warn to speed up test. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@530838 13f79535-47bb-0310-9956-ffa450edef68
* QPID-468 Update to log4j.xml to ensure the new logger is at least at the ↵Martin Ritchie2007-04-201-0/+4
| | | | | | info level. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@530819 13f79535-47bb-0310-9956-ffa450edef68
* QPID-471 User list not populated. Martin Ritchie2007-04-201-1/+1
| | | | | | This was due to the fact that the 'View User' has been marked as an ACTION. Changing to an INFO made the console work just fine. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@530812 13f79535-47bb-0310-9956-ffa450edef68
* White space changes plus additional logging to aid in debuggingMartin Ritchie2007-04-201-13/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@530800 13f79535-47bb-0310-9956-ffa450edef68
* QPID-445 Added checks to ensure UserManagement MBean is only accessed by ↵Martin Ritchie2007-04-205-75/+135
| | | | | | | | | Admin users. Allow Qpid JMX Management console to manage access file. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@530798 13f79535-47bb-0310-9956-ffa450edef68
* Updated PrincipalDatabase verifyPassword to match rest of API and take a char[]Martin Ritchie2007-04-204-45/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@530797 13f79535-47bb-0310-9956-ffa450edef68
* QPID-468 Add Broker verison number to Listen print line in Main.java:367Martin Ritchie2007-04-201-25/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@530796 13f79535-47bb-0310-9956-ffa450edef68
* Copied fix for invalid IP bytes greater than 127 from trunk.Robert Greig2007-04-201-15/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@530777 13f79535-47bb-0310-9956-ffa450edef68
* QPID-445 : md5 hashed password will be sent from management console to QpidBhupendra Bhusman Bhardwaj2007-04-208-63/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@530734 13f79535-47bb-0310-9956-ffa450edef68
* QPID-279 Patch from Nuno SantosBhupendra Bhusman Bhardwaj2007-04-202-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@530697 13f79535-47bb-0310-9956-ffa450edef68