The problem on my ActiveMQ installation is that incoming JMS messages are retrieved immediately within milliseconds. I would like to see how many, at which time and whcih content JMS messages are pass through a particular JMS Queue on my MessageBroker.
It seems to me that there is a built-in feature in ActiveMQ which let me send a RSS news msg for every incoming JMS message on a particular Queue regardless how long this JMS message stays in the queue. Is this possible ? If yes: How exactly do I setup such a RSS feed for let say Queue "myqueue123" ? Alternatively logging for queue "myqueue123" would be suitable as well. However not only the number and time should be logged but the (XML) content as well. How do I setup such a filtered verbose logging? Peter -- View this message in context: http://www.nabble.com/Is-it-possible-%28how--%29-to-send-a-RSS-msg-for-%28resp-log%29-every-incoming-JMS-message--tp25783761p25783761.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
