Hi! We have a consumer written using the cms_browserGetNextMessages function written by Apache (https://github.com/fusesource/fusemq-c/blob/master/fusemqc-client/src/main/cpp/CMS_QueueBrowser.cpp) that is written in C programming language. We are experiencing missing messages. We post messages to a JMS Gateway. The Gateway sends to a broker and we consume the messages off this broker. Is it possible to have the consumer code confirm or acknowledge each message individually? Right now the behavior we are seeing seems to indicate the consumer is auto acknowledging the messages in the broker at one time.
Thanks! Kim -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html