1) consumer -> broker - inactivity monitor closing connections ? 
    for this connection loss we will apply patch which you provided http
broken. this answer we got. 
 
 2) while configuring n/w connector do we need to provide any inactivity
parameters ? because I 
    have not provided due to that is it creating more tcp connections ?


from the output I am expecting is it creating more than one network
connector [ tcp connection to other host2 ].

I want broker to broker network connector should be created once and
whenever it is disconnected by inactivity monitor then it should re-connect
[ either failover / or spring dmlc ] so that our messages consumed by
consumer.
n/w connector should establish only once.

but from output netstat, it is showing many tcp connections to other host
that is confusing [ as I don't understand output ], so my assumption because
it is creating more tcp connections with ESTABLISHED which is causing our
application to slow down and also because of this behavior consumer is not
able to 
establishing connection with broker [ we tried to increase ulimit also].
[all these are my assumptions but if the netstat output is proper when we
create n/w connector then we will think in different way after applying
http-broken patch which you provided ]. 


one more reason to ask configuration parameters about dynamic n/w connect
is, I have seen following parameters in activemq test java files  :
discovered.wireFormat.maxInactivityDuration

Thank you so much for this support.



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Reply via email to