How to monitor outgoing messages from TIBCO EMS .Net client?

Wahid Shalaly picture Wahid Shalaly · Feb 1, 2010 · Viewed 9.4k times · Source

While using the .Net client TIBCO EMS, How to monitor outgoing messages from my .Net Tibco client?

I'm going to send Application-level, not jms-level, acknowlegements and replies. How can I tell If the application sent them or not? If the client failed to send a message will it throw an exception or store the message to try again later?

Bottom line, Is there any tool enables me to monitor activities(outgoing) from client point of view?

Answer

c. liau picture c. liau · Feb 11, 2010

The TIBCO ems server comes with a tool called tibemsmonitor which is useful if you have traffic going out on topics.

tibemsmonitor -monitor [-server ] [-user ] [-password ] [-selector ] [-short] [-help] [-helpssl]

Linky: http://tibcoadmin.com/quick-reference/

If you monitor $sys.monitor.> you can get quite a lot of administrative messages, e.g. send/acknowledges etc.