summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Trivial code simplificationAndrew Stitcher2010-06-141-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@954490 13f79535-47bb-0310-9956-ffa450edef68
* Removed unnecessary parameter from Rdma::AsynchIO::dataEvent()Andrew Stitcher2010-06-142-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@954489 13f79535-47bb-0310-9956-ffa450edef68
* Rename tests qpid_* to qpid-* for consistency.Alan Conway2010-06-148-47/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@954471 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2652 : Update client build.xml to use local property for genration, ↵Martin Ritchie2010-06-141-6/+5
| | | | | | this will prevent the framing being rebuilt on every ant run. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@954438 13f79535-47bb-0310-9956-ffa450edef68
* Update SAMQQT to use an initialised Direct exchange rather than make its own.Martin Ritchie2010-06-141-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@954434 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2638 : Add initial support for Topics section in configuration file.Martin Ritchie2010-06-1421-98/+335
| | | | | | | | | Added getQueueConfiguration(AMQQueue) which will return a new configuration for the given queue reflecting its binding status. This will allow the queue to be reconfigured during the binding process. Full Docs on this approach to appear on wiki. AMQQueue.configure and getConfiguration() have been updated to use ConfigurationPlugin rather than QueueConfiguration, The queue may be configured by a TopicConfiguration now. Update SlowConsumerTest to be GlobalQueuesTest and add a GlobalTopicsTest to match, where the config is added to the queues or topics section respectively git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@954433 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2625 : Moved Logging generation to moudule.xml to allow plugins to ↵Martin Ritchie2010-06-1445-586/+2854
| | | | | | | | | | | | | | | | | | utilise the same functionality. To enable generation for your plugin just add : <target name="precompile" depends="gen_logging"/> to your build.xml Logging is now defined in a X_logmessage.properties file. Where X is used to make the XMessages.java class. Also updated all existing usages to remove the 3 digit prefix that wasn't adding any info. Updated ConfigStore and Transaction Log to use named properties rather than numeric values. If we are going to continue with <3 alpha>-<4 numeric> ids for messages then we'll need to have some registry to prevent clases. Perhaps it is simpler to relax this and require a plugin creator to provide a unique identifier for their messages. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@954432 13f79535-47bb-0310-9956-ffa450edef68
* Update LogMessage Generation to be based on a the existance of a ↵Martin Ritchie2010-06-147-94/+104
| | | | | | _logmessages.property file. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@954431 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a bug in which QMF error return codes were being sent back as 7 - ↵Ted Ross2010-06-111-20/+12
| | | | | | Exception. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953885 13f79535-47bb-0310-9956-ffa450edef68
* Fix ordering problem with of dependencies of make check.Alan Conway2010-06-111-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953839 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2663: scale and performance optimizations.Kenneth Anthony Giusti2010-06-111-119/+233
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953703 13f79535-47bb-0310-9956-ffa450edef68
* Multiple fixes to source files.Jonathan Robie2010-06-1116-44/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953690 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2666: Fix for init script problem where config file has "log-to-file" ↵Kim van der Riet2010-06-111-1/+1
| | | | | | set with a relative path. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953687 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: Avoid allocation for void VariantGordon Sim2010-06-111-26/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953615 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that AsynchConnector is disassociated from Poller when aborting ↵Gordon Sim2010-06-114-5/+16
| | | | | | connection attempt due to a heartbeat timeout git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953610 13f79535-47bb-0310-9956-ffa450edef68
* Refer to struct Url as that, not a class - fixes compile warnings on Windows.Stephen D. Huston2010-06-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953526 13f79535-47bb-0310-9956-ffa450edef68
* Fix unreferenced variable warnings on Windows build.Stephen D. Huston2010-06-112-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953523 13f79535-47bb-0310-9956-ffa450edef68
* Improved qpid_ping - use heartbeat to interrupt connection.Alan Conway2010-06-101-63/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953454 13f79535-47bb-0310-9956-ffa450edef68
* Extended tests for cluster and security.Alan Conway2010-06-101-3/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953453 13f79535-47bb-0310-9956-ffa450edef68
* Modified to build the three books that we currently use on the web site.Jonathan Robie2010-06-101-23/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953421 13f79535-47bb-0310-9956-ffa450edef68
* Improved formatting.Jonathan Robie2010-06-101-7/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953420 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: Correct the name of the subject string used for incoming messages.Gordon Sim2010-06-102-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953321 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2650: revert change in r952930 which removed the extraneous vhost ↵Robert Gemmell2010-06-101-5/+7
| | | | | | subdir. A slightly larger change is required as it turns out derby wont use a provided empty directory git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953254 13f79535-47bb-0310-9956-ffa450edef68
* Fix cluster-safe assertion in connection negotiation.Alan Conway2010-06-096-5/+39
| | | | | | | | See https://bugzilla.redhat.com/show_bug.cgi?id=602347. In a cluster, raise the management connect event when processing cluster.announce. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953147 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up the storage of RemoteAgents in ManagementAgent.Ted Ross2010-06-092-21/+12
| | | | | | | This closes a window of opportunity for a double-free. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953107 13f79535-47bb-0310-9956-ffa450edef68
* Added a recommended log level to the java loggin section.Rajith Muditha Attapattu2010-06-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953064 13f79535-47bb-0310-9956-ffa450edef68
* Added a closing tag which was missing.Rajith Muditha Attapattu2010-06-091-1/+8
| | | | | | | Added a few tips in the java logging section. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953050 13f79535-47bb-0310-9956-ffa450edef68
* Minor adjustment to option definitions for Python 2.3Gordon Sim2010-06-093-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953044 13f79535-47bb-0310-9956-ffa450edef68
* Update the current and deleted timestamps in the "mergeUpdate" method.Ted Ross2010-06-091-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953039 13f79535-47bb-0310-9956-ffa450edef68
* Ensure heartbeat task is cancelled before ConnectionImpl it refers to is deletedGordon Sim2010-06-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953032 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2589 Cleanup pass to address function naming, capitalization rules, ↵Ted Ross2010-06-0930-686/+689
| | | | | | | | | change Qpid messaging 'list' representation from List<> to Collection<>, some exception cleanup. Patch from Chuck Rolke git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952968 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that bindings for dynamic bridges are not propagated over failed ↵Gordon Sim2010-06-092-9/+19
| | | | | | sessions. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952942 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2650: Make use of connections with auto-commit transactions disabled ↵Robert Gemmell2010-06-093-118/+106
| | | | | | | | | | | for metadata, content, and queue entries. Additionally, make remaining uses of auto-commit enabled connections more visible and remove the erroneous explicit commits on these. Close completed Statements after use. Add/correct various related debug log statements. Stop adding vhost name to all environment paths, now just the default value. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952930 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2651: Remove use of deprecated Derby 10.3.2.1 release, upgrade to Derby ↵Robert Gemmell2010-06-093-1/+1
| | | | | | 10.6.1.0 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952929 13f79535-47bb-0310-9956-ffa450edef68
* Added a section on how to configure Java client logging.Rajith Muditha Attapattu2010-06-091-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952887 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2526: split command into quoted arguments to allow building with spaces ↵Robert Gemmell2010-06-081-1/+7
| | | | | | | | | | in path Applied patch from Emmanuel Bourg <ebourg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952863 13f79535-47bb-0310-9956-ffa450edef68
* Fixed validation errors due to problems with the original template - mainly ↵Jonathan Robie2010-06-0814-88/+87
| | | | | | id/class confusion. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952845 13f79535-47bb-0310-9956-ffa450edef68
* brokertest.py: fix ready() test to create a session as well as a connection.Alan Conway2010-06-081-2/+6
| | | | | | | | The change in r952692 means that just creating a connection will return before a clustered broker is fully initialized. Creating a session will block till the broker is initialized. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952786 13f79535-47bb-0310-9956-ffa450edef68
* QMF: ignore errors when servicing messages over a closed session.Kenneth Anthony Giusti2010-06-081-10/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952731 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2650: make PST check the recovered messages more precisely, and more ↵Robert Gemmell2010-06-081-2/+10
| | | | | | informative about the unexpected message it recieves when it fails git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952694 13f79535-47bb-0310-9956-ffa450edef68
* Cluster handle connection-negotiation phase in local broker.Alan Conway2010-06-0810-179/+112
| | | | | | | | | | | | | | | | | The connection negotiation phase up to the "open" or "open-ok" frame establishes whether/what encryption to use for the rest of the connection. With this patch a cluster broker completes the initial negotiation with its local clients and only then begins multicasting to other brokers. The local broker decrypts if necessary and multicasts in the clear. This replaces a problematic locking scheme that was formerly in place which caused deadlocks. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952692 13f79535-47bb-0310-9956-ffa450edef68
* made minor changes to get testkit running again.Rajith Muditha Attapattu2010-06-081-26/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952509 13f79535-47bb-0310-9956-ffa450edef68
* Wove in the documentation pages.Jonathan Robie2010-06-085-35/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952496 13f79535-47bb-0310-9956-ffa450edef68
* Adjusted the capacity test case, verify the change made in rev 949083.Rajith Muditha Attapattu2010-06-071-7/+16
| | | | | | | This is related to QPID-2496 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952451 13f79535-47bb-0310-9956-ffa450edef68
* Removing commented out code.Rajith Muditha Attapattu2010-06-071-6/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952448 13f79535-47bb-0310-9956-ffa450edef68
* For testOderingWithSyncConsumer I added a timeout for the individual ↵Rajith Muditha Attapattu2010-06-071-3/+12
| | | | | | | | | receive() methods, and another timeout for the while loop to prevent the test from hanging in case of an error. For testOderingWithAsyncConsumer I increased the timeout to 8 secs as there have been occasional failures with the test not being completed inside 5 secs. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952430 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2634: set/correct broker+common script line ending properties depending ↵Robert Gemmell2010-06-072-20/+20
| | | | | | on targeted platform git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952407 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2634: use ant fixcrlf task as part of the broker packaging process to ↵Robert Gemmell2010-06-071-1/+2
| | | | | | | | | ensure correct line endings on scripts Applied patch from Emmanuel Bourg <ebourg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952404 13f79535-47bb-0310-9956-ffa450edef68
* Don't set USER callback, AUTHNAME is sufficientGordon Sim2010-06-071-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952390 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2649: Ensure timer is stopped before we start deleting broker membersGordon Sim2010-06-071-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@952307 13f79535-47bb-0310-9956-ffa450edef68