Pacemaker configuration

2019-11-25 Thread Bruce Parr
Hi, Is there documentation somewhere that explains the configuration of a simple 2 node active/passive QPID C++ broker cluster using Pacemaker on a couple of Centos7 machines, using pcs? I’ve done some searching and haven’t found much. I’m been using rgmanager on centos6 for years but I need

Re: Message timeouts before sending ack

2019-11-25 Thread Rob Godfrey
Hi Martin, I'm pretty sure this is an Azure Service Bus "feature" rather than anything on the client side. I'm no expert on Service Bus, but I believe it grants a "lock" on the message for the consumer to process it, and then revokes the lock if processing has not completed within a timeout perio

Message timeouts before sending ack

2019-11-25 Thread Martín Paoloni
Hi! I am using qpid-jms-client version 0.40.0 to connect to Azure Service Bus, but the same happens with the latest, 0.46.0. I'm having issues with the acknowledge process. My application receives a message from a queue or topic, and then processes it. It then does a manual ack. If this processin