| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@830102 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@829944 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
client::ConnectionImpl used to contain a FailoverListener to subscribe
for updates on the amq.failover exchange. This caused some lifecycle
issues including memory leaks.
Now FailoverListener is a public API class that the user must create
associated with a session to get known-broker updates.
Removed the weak_ptr logic in client::SessionImpl which was only
required because of FailoverListener.
Made SessionImpl::close() idempotent. Gets rid of spurious warning
messages in some tests.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@829931 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
| |
Otherwise clients can crash in terminate() if there is an error,
e.g. a TransportFailure.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@829912 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
message
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@829853 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
instead of the default condition from the python threading module
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@829837 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@829822 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
SessionHandler ignores all but detach/detached controls when awaitingDetached.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@829815 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@829786 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@829675 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@829173 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
more generic (and forward compatible) "key".
In the Ruby binding, ensured that ruby objects reference their own copies
of the wrapped c++ objects to protect from problems when the c++ objects are
deleted out from under the wrappers.
Added agent discriminator to the console::objects method.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@829167 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
| |
native console test.
Committed patch from Ken Giusti.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@829161 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@829142 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@829106 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
topic publication easier, added MultiMessageDispatcher class to allow parameterised sending of messages to a queue or a topic
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@829102 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
| |
profile passing.
The test failures will be investigated to determine if the broker/client needs to be fixed or test should be permanently disabled for the broker profile.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828907 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
regression introduced yesterday.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828898 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
commit before returning, updated JavaDoc on QTC and PST to describe the contract of sendMessages
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828770 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
used by external tools.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828768 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
Allow enabling of valgrind suppressions by setting VALGRIND_OPTS.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828739 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
message store is finalized.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828716 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
properties).
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828694 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
|
|
|
| |
condition where
a QMF console may learn about an object before it learns about the agent that controls that
object.
Changed log category for QMF messages from debug to trace.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828685 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
Works for different libgcc version and different amounts of inlining.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828676 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
is not adjusted for deleted bindings.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828674 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
logging before running.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828631 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
dependent on the windows implementation classes.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828230 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828202 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
around.
Fixes QPID-1789: sessions that go out of scope without being detached will
detach themselves.
Also fixes several issues that arise when the session numbers wraps around
and start re-using old numbers.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828108 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828098 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
a list of patches that have been applied for the patch entry.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828034 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828021 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828020 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@828019 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@827968 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
configuration (with a secondary virtualhost)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@827967 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
provider. Goes with QPID-2017
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@827870 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
loading .dll files on Windows, for example. The proper suffix is gleaned from cmake; if on autoconf assume .so.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@827865 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
| |
a std::auto_ptr rather than a raw pointer. The agent pointer was moved in front
of the registries in initialization order to prevent references to deleted management
objects when the registries are destroyed.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@827783 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@827747 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@827735 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
verbose.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@827731 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@827702 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@827701 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
| |
implementation
Applied patch from Ken Giusti
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@827686 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@827592 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
generate new file in same filesystem as existing file to avoid copying between filesystems
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@827591 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@827590 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
generate new file in same filesystem as existing file to avoid copying between filesystems
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@827589 13f79535-47bb-0310-9956-ffa450edef68
|