Hello,
We are using a network of brokers but it's giving us some problems with load
balancing. Most of the messages are being delivered to the remote broker
instead of being shared between the network connector and the broker's
consumer. If a broker has 5 consumers and 1 network connector, and rec
Any idea on this problem? What i wrote about the 10 seconds made me look for
configuration parameters that are 1 ms by default, and i found
maxInactivityDurationInitalDelay. I've tried changing it in the consumer
uri:
failover://(tcp://host1:61616?wireFormat.maxInactivityDurationInitalDelay=9
Thanks for your help. Unfortunately, TRACE level doesnt show anything
relevant. However, i've been trying different things and it seems this
problem happens only after the first 10 seconds of the consumer's activity.
I mean, if i make all the process i explained really fast (i never did
before my f
Thanks for your help. Unfortunately, TRACE level doesnt show anything
relevant. However, i've been trying different things and it seems this
problem happens only after the first 10 seconds of the consumer's activity.
I mean, if i make all the process i explained really fast (i never did
before my f
Hello,
I've just started using Activemq so please excuse me if this has been
already answered.
I'm using failover with two brokers, host1 and host2, and this connection
uri:
failover:(tcp://host1:61617,tcp://host2:61617)
So the consumer randomly connects to one of the brokers. When i stop tha