I presume you are talking about saving a copy of all dispatched messages.
If you don't have lots of consumers, then do it there in the consumer code.
 
For each consumer, spit each message received to file or wherever.
Is that a solution?

What kind of traffic are you passing? Not much point putting e.g. Serialized
Objects directly to a log file, though, so I wonder what you are trying to
achieve if this isn't for troubleshooting.


This is worth a look too:

http://activemq.apache.org/logging-interceptor.html

Overall: http://activemq.apache.org/interceptors.html

You could also make your own broker plugin to do exactly what you want:
http://activemq.apache.org/developing-plugins.html






-----
Michael Hayes B.Sc. (NUI), M.Sc. (DCU), SCSA SCNA 

--
View this message in context: 
http://activemq.2283324.n4.nabble.com/ActiveMQ-stream-data-capture-tp4653052p4653054.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to