summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* QPID-5455 : Publishing non-transactional persistent messages should always ↵Robert Godfrey2014-01-081-3/+3
| | | | | | be synchronous git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556654 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5456: Use the local max-frame-size when enforcing limit on what is ↵Gordon Sim2014-01-081-2/+2
| | | | | | received, not that of the peer git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556603 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5453 : [Java Broker] Fix to ensure that exclusive queues are always ↵Robert Godfrey2014-01-081-2/+12
| | | | | | unlocked when a session is closed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556593 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix brokertest.py so it doesn't try to load two stores.Alan Conway2014-01-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556344 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: remove empty directoriesRobert Godfrey2014-01-070-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556329 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5374: [Documentation] Correct typos in system properties chapterKeith Wall2014-01-071-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556310 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5420: [Documentation] Add documentation to the JMS-Client-0-8 docbook ↵Keith Wall2014-01-072-3/+14
| | | | | | for new system property qpid.bind_queues git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556307 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5420: Restore ability to consume using BURLs specifying default exchange.Keith Wall2014-01-078-86/+107
| | | | | | | | | | | | * Java Broker: Changed AbstractVirtualHost so that createExchange throws ExchangeExistException before checking for a reserved exchnage name. The effect will be that the Java Broker will again accept active declaration of the built in exchanges (amq.*, qpid.* and default). * Java Broker: Changed the 0-8..0-9-1 ExchangeBoundHandler so that a null exchnage name is treated to mean the default exchange. This matches the behaviour of ServerSessionDelegate#exchangeBound() on the 0-10 path. This allows the Java client to query bindings on the default exchange. * Client: Changed AbstractAMQMessageDelegate.java so that 0-10 knows the type of the default exchange when populating the JMSDestination on received messages. * Client: Introduced system property qpid.bind_queues system property so that the exchange/queue bind side effect can be suppressed on consumer creation. Like qid.declare_exchanges and declare_queues, this system propery has effect when using BURLs. Might be useful if using a new client with older broker. * Added new system tests. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556292 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : add info to test assert to give clue as to why test failedRobert Godfrey2014-01-071-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556283 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5374: [Documentation] Add minor corrections, notes and indentation ↵Alex Rudyy2014-01-075-31/+58
| | | | | | fixes in JMS client documentation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556193 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5451: remove unnecessary notice loggingGordon Sim2014-01-071-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556163 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5450: have the group manager try to acquire the message at the time it ↵Robert Gemmell2014-01-074-19/+172
| | | | | | is accepted into the group, so that the associated shared-group state change occurs within the single synchronization block git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556096 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Remove out of date qpid/cpp/src/qpid/ha/README.mdAlan Conway2014-01-061-98/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556032 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5418: Prevent qpidd from loading multiple store modules - Patch from ↵Charles E. Rolke2014-01-061-0/+6
| | | | | | | | | | Ernie Allen Approved in https://reviews.apache.org/r/16573/ git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1556014 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Install python code as part of cmake make phaseAlan Conway2014-01-061-9/+5
| | | | | | | | | Previosly the qpid/python code was being installed only during cmake configuration phase and was not updated if the python code changed later. Added a custom target to run setup.py whenever make is run. setup.py is smart enough not to do un-necessary work if the python files have not changed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1555989 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5211: [Java Broker] Prevent spurious 'No valid transition from state ↵Keith Wall2014-01-061-1/+0
| | | | | | | | CLOSED..' when shutting down a broker configure with a JDBC or BDB vhost Correct typo, accidentally left AtomicBoolean#getAndSet call in too. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1555695 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Broker] Update web management console copyright message to ↵Keith Wall2014-01-061-2/+2
| | | | | | refer to 2014. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1555692 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5211: [Java Broker] Prevent spurious 'No valid transition from state ↵Keith Wall2014-01-062-8/+19
| | | | | | CLOSED..' when shutting down a broker configure with a JDBC or BDB vhost git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1555690 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5415: Fixes to correct API specification and exportsAndrew Stitcher2014-01-032-1/+9
| | | | | | | - Correctly export LoggerOutput virtual destructor for Visual Studio - Add new APIs into the API specification git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1555245 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : [Java] remove empty directories / unused importsRobert Godfrey2014-01-0342-70/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1555225 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5437 : [Java Broker] Allow HTTP ports to be bound only to specific ↵Robert Godfrey2014-01-033-4/+15
| | | | | | interfaces git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1555217 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5415: Implement control of internal log output in qpid::messaging APIAndrew Stitcher2014-01-0310-20/+555
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1555202 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5427: Critical log messages should not ever be disabledAndrew Stitcher2014-01-031-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1555201 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5447: check whether exchange type was actually specified before raising ↵Gordon Sim2014-01-033-3/+9
| | | | | | error git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1555106 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5445: qmfgen now honors the CMAKE_INSTALL_PREFIXDarryl L. Pierce2014-01-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1554805 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5439 : [AMQP 1.0 JMS Client] Updated sender to close rather than detach ↵Robert Godfrey2014-01-021-1/+1
| | | | | | links git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1554799 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5446: fix typo in special property nameGordon Sim2014-01-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1554785 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5439 : [AMQP 1.0 JMS Client] timeout rather than wait indefinitely when ↵Robert Godfrey2014-01-0112-110/+343
| | | | | | requiring response from server git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1554662 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5374: [Documentation] Add chapters describing client logging and ↵Keith Wall2013-12-319-94/+276
| | | | | | exceptions. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1554547 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5374: [Documentation] Added JMS pub/sub example.Keith Wall2013-12-319-177/+311
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1554404 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5374: Create book for Qpid JMS Client when used with AMQP 0-8/0-9/0-9-1Keith Wall2013-12-3021-1/+2445
| | | | | | Work from Oleksandr Rudyy and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1554333 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5444: Recovering from qpid-txtest fails with "Inconsisntent TPL 2PC ↵Kim van der Riet2013-12-235-9/+9
| | | | | | count" error message git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1553148 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Rename Message_ostream.h/.cpp to Message_io.h/.cpp.Alan Conway2013-12-205-7/+7
| | | | | | Allow for addition of istream operator in future. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1552780 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5422: DTX test failure, and some tidying up of code in JournalImpl.cpp/hKim van der Riet2013-12-2018-303/+407
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1552772 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5431: Qpid c++ client hangs / crashes during reception failover in HA ↵Alan Conway2013-12-204-32/+53
| | | | | | | | | | | | | | | environment (mutual recursion) Bug in AMQP 1.0 retry code caused an infinite recursion when failing over. The recursion was in messaging::amqp::ConnectionContext, where the following recursive cycle could occur: check()->autoconnect()->tryConnect(Url)->tryConnect(Address)->wait()->check()->... Re-organized the code to avoid the recursion, specifically avoid calling check() in tryConnect(Address). A disconnect detected in tryConnect results in continuing the retry rather than calling autoconnect again. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1552698 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5440: don't remove alternate-exchange from topic's management ↵Gordon Sim2013-12-201-4/+4
| | | | | | properties (just from queue arguments) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1552669 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Added ostream operator for qpid::Messaging::MessageAlan Conway2013-12-205-12/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1552476 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5435: use the setContentObject() method to set string content (i.e. ↵Gordon Sim2013-12-191-2/+2
| | | | | | assume it is utf8) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1552401 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5434: send timestamps with correct typecodeGordon Sim2013-12-193-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1552400 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5430: HA primary broker does not go active if there are no replicated ↵Alan Conway2013-12-182-2/+8
| | | | | | | | | | queues. Primary::opened was not checking if the primary was ready after a knonw backup reconnected, only when a replicated queue became ready. Thus if there were no replicated queues the primary never became ready. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1552025 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5255: Add missing licenses in qpid/cpp tree.Alan Conway2013-12-173-4/+63
| | | | | | | | | | Added licenses to: qpid/cpp/src/qmf2.pc.in qpid/cpp/src/qpid.linkmap qpid/cpp/src/qpid.pc.in git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1551620 13f79535-47bb-0310-9956-ffa450edef68
* NO_JIRA: Roll back change to CMakeLists.txt in which a test example was ↵Kim van der Riet2013-12-171-4/+0
| | | | | | added which is not part of the build. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1551560 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5425: TPL fails with JERR_JNLF_FILEOFFSOVFLKim van der Riet2013-12-164-7/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1551361 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix compilation error, reference cannot be declared mutable.Alan Conway2013-12-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1551330 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Added licensing prologs to the Perl MakefileDarryl L. Pierce2013-12-161-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1551313 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Added licensing prologs to the Ruby feature files and gemspecDarryl L. Pierce2013-12-1612-2/+208
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1551312 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Add missing apache copyright licence text.Alan Conway2013-12-1629-131/+783
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1551304 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Add ASF license statements to dotnet binding solution and config files.Charles E. Rolke2013-12-1617-0/+312
| | | | | | | Reported by RAT on qpid-0.26-rc1 Generated at: 2013-12-15T18:48:44+00:00 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1551262 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5421: Restore windows fix that got reverted on r1550819Charles E. Rolke2013-12-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1551256 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5421: Refactor: clean up QueueObservers - fix CMakelists.txtAlan Conway2013-12-161-1/+0
| | | | | | Fix error from r1550818 - didn't remove QueueSnapshots.h from CMakeLists.h. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1551210 13f79535-47bb-0310-9956-ffa450edef68