summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Predefine QMFE_EXTERN so it doesn't show up in generated output; resolves ↵0.10Stephen D. Huston2011-05-142-2/+2
| | | | | | QPID-3258 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1103088 13f79535-47bb-0310-9956-ffa450edef68
* Move WCF artifacts explicitly instead of wildcarding; update version to 0.10Stephen D. Huston2011-05-142-8/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1103083 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3199: Locking error qpid::sys::StateMonitorAndrew Stitcher2011-04-121-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1091571 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3197: prevent threads from scheduling async completions when session is ↵Kenneth Anthony Giusti2011-04-122-3/+26
| | | | | | detached. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1091560 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3151 Remove obsoleted components from dev-readme diagrams.Charles E. Rolke2011-04-042-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1088776 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3185 - Wrong help text for qpid-configTed Ross2011-04-041-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1088728 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3177Rajith Muditha Attapattu2011-04-041-0/+2
| | | | | | | Porting the fix made in trunk at rev 1087890 into the 0.10 release branch. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1088643 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3174: remove unnecessary enqueueComplete() calls (merge of r1087868 and ↵Gordon Sim2011-04-045-14/+4
| | | | | | r1088539) git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1088634 13f79535-47bb-0310-9956-ffa450edef68
* Merged r1087341 from trunk to add missing CMakeLists.txt to files to ↵Stephen D. Huston2011-04-011-1/+1
| | | | | | distribute. Fixes QPID-3176. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1087729 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: add missing ASF licenceRobert Gemmell2011-03-291-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1086778 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: add missing ASF licenceRobert Gemmell2011-03-291-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1086770 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3169: merge fix to 0.10 branchKenneth Anthony Giusti2011-03-251-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1085355 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3147: Added missing qpid/DisableExceptionLogging.h to source list in ↵Alan Conway2011-03-221-0/+1
| | | | | | Makefile.am. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1084172 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3147: Misconfigured tracing/logging can lead to hung threads in logging ↵Alan Conway2011-03-213-5/+62
| | | | | | | | | | | stack The hang was caused by re-entrant attempts to initialize the Logger singleton when an exception was thrown during logger configuration. The fix is to disable exception logging temporarily while the logger is constructed. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1083897 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3116: rubygen with ruby 1.9Alan Conway2011-03-211-1/+2
| | | | | | Fix name mangling for reserved "type" symbol to work on ruby 1.8 and 1.9. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1083889 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3154: Fix qpidd late/overran warnings.Alan Conway2011-03-182-9/+13
| | | | | | | Warnings for late-and-overrun tasks were not being correctly reported. Lateness for overrun tasks below the late threshold were not being reported. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1083082 13f79535-47bb-0310-9956-ffa450edef68
* Revert "NO-JIRA: Fix qpidd late/overran warnings."Alan Conway2011-03-182-13/+9
| | | | | | This reverts commit r1082552 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1082962 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix qpidd late/overran warnings.Alan Conway2011-03-172-9/+13
| | | | | | | Warnings for late-and-overrun tasks were not being correctly reported. Lateness for overrun tasks below the late threshold were not being reported. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1082552 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3144: Remove "loaded module" info log message.Alan Conway2011-03-161-2/+1
| | | | | | | | | | | | | | | These messages, printed at plugin load time, interfere with qpidd --check. It is supposed to print the PID of a running qpidd daemon to stdout, for use in scripts and the like. However with log-to-stdout enabled these messages obscure the PID. They are in any case of little value, individual plugins can log their start-up messages on initialization time which does not cause a problem Merged from trunk r1081548. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1082154 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3137: Merged r1080679 from trunkGordon Sim2011-03-148-7/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1081413 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3136: Merged r1080589 onto release branchGordon Sim2011-03-145-12/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1081339 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3135 Porting r1080329 from trunkCharles E. Rolke2011-03-101-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1080344 13f79535-47bb-0310-9956-ffa450edef68
* Porting rev 1079408 from Qpid trunk to 0.10 branch.Rajith Muditha Attapattu2011-03-092-2/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1080013 13f79535-47bb-0310-9956-ffa450edef68
* Porting rev 1079402 from Qpid trunk to 0.10 branch.Rajith Muditha Attapattu2011-03-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1080009 13f79535-47bb-0310-9956-ffa450edef68
* Porting rev 1078971 from Qpid trunk to 0.10 branch.Rajith Muditha Attapattu2011-03-092-4/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1080006 13f79535-47bb-0310-9956-ffa450edef68
* Porting rev 1078961 from Qpid trunk to the 0.10 release branch.Rajith Muditha Attapattu2011-03-092-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1080001 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3132: merged to 0.10 branch.Kenneth Anthony Giusti2011-03-095-3/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1079953 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3121: Merge fix for windows linking onto release branchGordon Sim2011-03-091-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1079892 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3128: merge to 0.10 branch.Kenneth Anthony Giusti2011-03-094-1/+360
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1079865 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3073: merge to 0.10 branch.Kenneth Anthony Giusti2011-03-097-190/+169
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1079864 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3124: update release script for new build artifactsRobert Gemmell2011-03-091-2/+32
| | | | | | | Applied patch from Justin Ross <jross@redhat.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1079627 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3130: applied patch for slow codecRafael H. Schloming2011-03-081-6/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1079482 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: increment version numbers from 0.9 to 0.10Robert Gemmell2011-03-087-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1079321 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3122 - Merged fix from trunk.Ted Ross2011-03-072-4/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1078967 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3121: Cluster management inconsistency when using persistent store.Alan Conway2011-03-077-61/+92
| | | | | | | | | | | | | | | | | | | | With the store doing async completions, completion IO callbacks could be queued differently on different nodes. This led to inconsistent management changes in a cluster when a connection was modified in an IO callback. Fix was to mark IO callback processing as not cluster safe, so connections don't record management stats during an IO callback. Test changes: - enable durable tests in test_management. - add substitutions to mask known issue of inconsistent "stats changed" messages. - add transactional client to test_management. - ignore heartbeat connection close logs in cluster_test_logs.py - make brokertest.retry more accurate - fix minor bug in brokertest.log_ready. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1078965 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3120: Merged fix and test from trunk.Gordon Sim2011-03-072-3/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1078861 13f79535-47bb-0310-9956-ffa450edef68
* Merge change from QPID-3118 from trunk to 0.10 branch. Ok per Justin Ross ↵Stephen D. Huston2011-03-071-4/+0
| | | | | | 3/4/2011 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1078833 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3015: Merge changes from trunk into release branch for 0.10Gordon Sim2011-03-073-112/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1078823 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Update branch versions to 0.10Andrew Stitcher2011-03-046-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1078121 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3110: unquote the key values for recieved Notifications to ensure they ↵Robert Gemmell2011-03-041-3/+22
| | | | | | | | | align with unquoted names used elsewhere in the console Merged from trunk r1077869. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1078061 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Branch for the 0.10 releaseAndrew Stitcher2011-03-030-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1076820 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2732Rajith Muditha Attapattu2011-03-033-2/+46
| | | | | | | | Only UNRELIABLE and AT_LEAST_ONCE is supported. Currently the reliability mode is used only for determining the accept-mode. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1076800 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3109Rajith Muditha Attapattu2011-03-036-11/+125
| | | | | | | | | The isQueueExist method is modified to handle the exception when a queue has been deleted. Both the Message producer and consumer now delete the queue if the delete option is selected and will not check if the queue is empty or if there are any subscribers on it. Also added test cases. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1076670 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA Fix a degenerate test case where the message count is smallCharles E. Rolke2011-03-031-1/+6
| | | | | | | | | and the host system timing base yields and elapsed time of zero. The change is to throw a meaningful error message rather than throwing an obscure DIV0 error. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1076652 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3108: Allow QueueSender queue to be unidentified and still use gettersAndrew Stitcher2011-03-031-44/+43
| | | | | | | - Change error checks so that don't throw an incorrect exception in getters when the queue is null. This should only happen when sending. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1076642 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3046 - UpdatesTed Ross2011-03-035-26/+84
| | | | | | | | | - Additional header comments - Added pendingEvents method to ConsoleSession and AgentSession - Ensure that nextEvent will not block if timeout is IMMEDIATE (ConsoleSession and AgentSession). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1076625 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3107: If queue's alternate-exchange can't route message, try that ↵Gordon Sim2011-03-035-11/+130
| | | | | | exchange's alternate-exchange git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1076604 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2930Rajith Muditha Attapattu2011-03-031-1/+15
| | | | | | | | | | | The getPropertyNames method will filter out any property names whose values are not allowed as per the JMS spec. I could have used the ALLOWED map to check if a value is a valid type. But unfortunately that map contains byte[] as a valid type, which is not correct as per the JMS spec. I did not want to modify that map or the behaviour of the setObjectProperty or getObjectProperty methods as there might be applications out there that is depending on it. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1076532 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3106Rajith Muditha Attapattu2011-03-033-36/+105
| | | | | | | Instead of checking if it's an instance of AMQQueue, the code the now checks if it's an instance of AMQDestination and javax.jms.Queue to cover the AMQAnyDestination case. The same check is done for topics. Added test cases for QueueReceivers, TopicSubscribers and DurableTopicSubscribers using the new addressing scheme. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1076516 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3046 - Removed pure-python qmf2 from dist/install and renamed to ↵Ted Ross2011-03-0217-1/+1
| | | | | | qmf2-prototype. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1076376 13f79535-47bb-0310-9956-ffa450edef68