My config is the following
http://www.springframework.org/schema/beans";
xmlns:amq="http://activemq.apache.org/schema/core";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:osgi="http://www.springframework.org/schema/osgi";
xsi:schemaLocation="
http://www.springframework
I'm in charge of the upgrade from version 5.4.2 to 5.8.0.
The changes were mostly straightforward but when I do a stress test I'm
getting a huge performance deficit in the new versions. Even when messages
are not being persisted.
I have a nice startup but after a little while, the performance decr
Post your config.
Are you hitting producer flow control?
On Tue, Sep 3, 2013 at 10:10 AM, pzuppelli wrote:
> I'm in charge of the upgrade from version 5.4.2 to 5.8.0.
> The changes were mostly straightforward but when I do a stress test I'm
> getting a huge performance deficit in the new version