| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1673693 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
FailoverBehaviourTest.testFlowControlFlagResetOnFailover
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1673690 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1673571 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
protocol layer session resources before the Connection model close future returns for the caller
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1673570 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
thread leads to deadlock as the configuration thread blocks waiting for a task which cannot be executed because it needs the config thread. Instead use asynchronous child creation.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1673017 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
thread leads to deadlock as the configuration thread blocks waiting for a task which cannot be executed because it needs the config thread. Instead use asynchronous child creation.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1673014 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1672999 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
to disk in recovery if necessary
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1672998 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1672997 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1672692 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1672632 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
connection lock
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1672608 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
configured object
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1672602 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
thread to mutate the model on receipt of close from wire
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1671810 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
provider when empty or non existing user file is specified
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1671526 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
virtualhost name, not the virtualhost node name.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1671509 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
except ConnectionCloseOk once ConnectionClose is sent
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1671415 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
| |
Broker's uncaught exception handler so that exeptions are logged and can optionally stop the Broker
* Also bound the IO pool's upper size
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1671335 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
bind on startup
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1671267 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
close ports in general (sporadic test failure)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1671265 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
close AMQPS Port on CI Instance (sporadic SSLTest failure)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1671262 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
|
|
| |
the wire.
In #dowrite, the algorithm means to poll off only the ByteBuffers that have been completely sent down the wire, however it is missing a break. The effect of this is, if we have back pressure
and send has been called with an empty ByteBuffer, it can poll away ByteBuffers from the front of the queue that are have content.
The Python EchoTests demonstrate the bug because they a) use messages that are sufficient large to cause the client to exert back pressure and b) there are no messages in the properties so
send is called with an empty ByteBuffer.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1671203 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
implementations
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1671184 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
| |
AMQProtocolEngine.
Remove exception handling code from ProtocolEngine_1_0_0_SASL as it is not used by new i/o layer
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1670933 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
virtual host and node
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1670629 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
in new i/o layer
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1670271 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
whilst trying to send response to client from the method and re-throw unexpected exception
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1669612 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
can reject/release the same message during consumer close
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1669472 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
password in MD5AuthenticationProvider
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1669340 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1669339 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
to avoid hanging for timeout specified in TimeConsistencyPolicy on creation of JE transaction after transition from Master into Detached state when HA claster has no majority but the remaining Master change configuration tasks attempted to execute
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1669092 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1668828 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
| |
reporting duties exactly one thread to serialise the callbacks
Also,
* name the task pool thread (for diagnostic purposes)
* no longer forcedily shutdown the pool on close as an unexpected InterruptedException may corrupt an application's state
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1668000 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
and improve instruction messages issued by scripts
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667982 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667924 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667918 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667595 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
message.stop) after the session has been closed by the client
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667578 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
avoid the risk of spurious disconnection owing to unsafe publication between threads
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667475 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667409 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667404 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
AMQP 0-8.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667364 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
debug and logging
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667346 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667312 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667224 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
async actions like close
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667152 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
finished any in flight deliveries
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667144 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
finished any in flight deliveries
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667142 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667137 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1667093 13f79535-47bb-0310-9956-ffa450edef68
|