views:

262

answers:

1

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?

A: 

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.

c. liau
Waheed Sayed