Hi Folks,

I'm using the Load Balancer EIP in a current project with a sticky policy.
The load balancer receives messages and based on header values places the
message onto one of 5 jms queues.

The "happy path" is: the same messages are continuously received throughout
the day and messages are enqueued on the 5 jms queues 

A situation may arise where I will no longer receive a message with header
value = "foo" for a lengthy period of time. Previously when this message was
received the sticky load balancer sent the message to jms queue "A". Since
this message is no longer been received, no messages will be sent to queue
"A" anymore. If this happened, I would like to place queue "A" back as a
candidate with the sticky load balancer to receive new messages with a
different header type and maybe employ a least recently used policy for
removing messages on queue "A" in order to receive the new incoming
messages.

I'm wondering if there is anything out of the box with the load balancer
that could help me achieve this or something close?

Any insights into this would be great!

Thanks,
Edwin. 

--
View this message in context: 
http://camel.465427.n5.nabble.com/Load-Balancer-EIP-tp5656311p5656311.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to