Re: ActiveMQ HA on failover topic mode

2018-12-09 Thread PedroRP
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.

Concurrent processing of topic messages with Apache.NMS

2018-12-09 Thread koosala
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

Re: Apache NMS ActiveMQ - support for createSharedDurableConsumer

2018-12-09 Thread koosala
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