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
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
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
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
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