Hi Tim!
The lost messages are last few messages before the failover.
I'm trying to simulate energy failure, so I kill the broker ungracefully
(kill -9).
Due to my requirements, I need to use async sends. Could this be a problem?
I realized that If I reduce timeout to 1 ms no messages are lost.
Is it possible to process messages concurrently from a topic (multicast
queue)? This will help scale out better, for e.g. if the multicast address
had 1000 messages to process, and if there is a way to specify the consumer
can process 50 messages in parallel, the consumer application can make use
o
I checked creating the topic by using the address with name as "A::B" and
ActiveMQ ended up creating an address with the name "A::B", it did not
create a multicast queue with name B.
AmqpNetLite is an option, but there may be some gaps and I will need to do a
good POC to verify it can do things th