On 11/28/2013 05:40 PM, Bruno Matos wrote:
Hello,
I'm using dynamic routes between two federated Brokers and I'm having
some problems.
Here is the scenario: I have one client connected to one Broker (A),
which sends a request to a service witch is connected to another Broker
(B). There is a dyna
Hello,
I'm using dynamic routes between two federated Brokers and I'm having
some problems.
Here is the scenario: I have one client connected to one Broker (A),
which sends a request to a service witch is connected to another Broker
(B). There is a dynamic route from Broker B to A, on exchange
On 11/27/2013 09:38 PM, Andrew Stitcher wrote:
On Wed, 2013-11-27 at 14:16 +, Bruno Matos wrote:
Hi,
I've changed the Qpid 0.22 spec file from FC18 to build RPMs for SL 6.2.
If someone need, they are in attachment, and the contents are:
* Final Qpid spec file for SL 6.2;
* Diff from o
On 27/11/13 15:37, Steve Huston wrote:
This is a bit of a SWAG but you may be seeing effects of Nagle's algorithm.
I think you may be right.
I believe the default for --tcp-nodelay changed to "on" sometime after your
version. You may want to try that on both the client and broker side.
I've