Can consumers acknowledge/confirm receipt of a message versus auto acknowledgement?

2019-06-05 Thread leejacks...@cox.net
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

Re: Needing header to trace lost messages

2019-06-03 Thread leejacks...@cox.net
Hi! We were able to get the customer header and its value. We still cannot pinpoint the lost message issue. Is there a way for the consumer to dump all messages from the broker before it is reading them using the cms library? We appreciate the help! Kim -- Sent from: http://activemq.2283324

Re: Needing header to trace lost messages

2019-05-22 Thread leejacks...@cox.net
Our header is a string value, so we tried using cms_getMessageStringProperty(txtMessage, "OriginalDestination", key, bufferLen). It is failing with a return code of 1. Any ideas? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Needing header to trace lost messages

2019-05-22 Thread leejacks...@cox.net
We have a consumer to pull messages off broker. The messages are sent to a JMS Gateway and then a broker. We have messages being lost. We have been asked by the JMS Gateway team to add a header in our consumer log in addition to the message. I have looked over the consumer code give by Apache

Needing header to trace lost messages

2019-05-22 Thread leejacks...@cox.net
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). We are experiencing missing messages. We post messages to a JMS Gateway. The Gateway sends to a