If you're looking to log messages on the broker, you'd want to write a
custom interceptor plugin. See https://activemq.apache.org/interceptors for
more details.
Note that the plugin must be in Java or another JVM language, not C++.
The other Tim
On Mon, Jun 3, 2019, 1:48 PM 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
On 5/22/19 1:10 PM, leejacks...@cox.net wrote:
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-Use
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
On 5/22/19 11:25 AM, leejacks...@cox.net wrote:
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 mes
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