Hi,

I have two Artemis broker (2.9.0) running creating a cluster using UDP, and
I hit and issue using LVQ in this way. It general works ok but in some
situations it does not.

Use Cases:


1) Working as Expected
Sending Message to Broker in port 5672: Message(LVQ_ID="Some", Content=985,
Queue=State)
Sending Message to Broker in port 5674: Message(LVQ_ID="Some", Content=940,
Queue=State)

Consume Message to Broker in port 5672: Got 940

2) Working as Expected
Sending Message to Broker in port 5672: Message(LVQ_ID="Some", Content=83,
Queue=State)
Sending Message to Broker in port 5672: Message(LVQ_ID="Some", Content=250,
Queue=State)
Sending Message to Broker in port 5674: Message(LVQ_ID="Some", Content=46,
Queue=State)

Consume Message to Broker in port 5672: Got 46

3) NOT Working as Expected
Sending Message to Broker in port 5672: Message(LVQ_ID="Some", Content=887,
Queue=State)
Sending Message to Broker in port 5674: Message(LVQ_ID="Some", Content=660,
Queue=State)

Consume Message to Broker in port 5674: Got 887

4) NOT Working as Expected
Sending Message to Broker in port 5672: Message(LVQ_ID="Some", Content=520,
Queue=State)
Sending Message to Broker in port 5672: Message(LVQ_ID="Some", Content=690,
Queue=State)
Sending Message to Broker in port 5674: Message(LVQ_ID="Some", Content=784,
Queue=State)

Consume Message to Broker in port 5674: Got 690

Did you see something similar?

Thanks & Best Regards,
Luis





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

Reply via email to