Re: Why does network connector slow down when there are too many messages in downstream broker?

2014-06-25 Thread multani
, multani lt; multani1026@ gt; wrote: Hi all, I set up two activemq servers A, B. Server A will use network connector to push all messages it receives to server B. The configuration is like this: networkConnectors xmlns:spring=http://www.springframework.org/schema/beans

Why does network connector slow down when there are too many messages in downstream broker?

2014-06-24 Thread multani
Hi all, I set up two activemq servers A, B. Server A will use network connector to push all messages it receives to server B. The configuration is like this: networkConnectors xmlns:spring=http://www.springframework.org/schema/beans; spring:bean

Re: How to improve the performance of composite queue

2014-02-10 Thread multani
I have tried to use non-persistent messages. Messages are still blocked on broker A. The CPUs remains 2x% usage while using top to monitor. If non-persistent messages are still blocked, can eliminate io as the cause of this issue? -- View this message in context:

How to improve the performance of composite queue

2014-02-07 Thread multani
Hi, We are using composite queue to make a message can be received by several services, but it seems that it has some performance issues. We applied two activemq brokers. We can call them A and B. A will connect to B by network connector. All message received in A will be send to B by the