...
- Start Virtualize Server in GUI mode.
- In that GUI, open the configuration panel for the server you want visibility into (double-click its Virtualize Server view node).
- In the Server Configuration tab, review and modify the available options:
- Enable the event monitoring service: Enables/disables event monitoring for this server. Event monitoring is enabled by default.
- Event Monitoring Provider: Specifies the provider that the event monitoring service uses. By default, a built-in provider based on ActiveMQ is used. To use another provider, select it from the list of available options, then complete the applicable fields.
- Port: The service’s default service port number 9617, but a different port number is will automatically be assigned based on the system’s port availability, but you can availability if that port is in use. You can also configure the port manually by setting the following property in your JVM arguments (also see Virtualize Settings)on startup:
parasoft.event.monitoring.broker.port=<port>
- Enable the event monitoring service: Enables/disables event monitoring for this server. Event monitoring is enabled by default.
...
Excerpt | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Video Tutorial: Monitoring and Recording Traffic from a Message ProxyIn this video, we describe how to monitor and record traffic from a message proxy proxy.
|
Viewing and Exploring Events
...
- An incoming message "Request received" event with the message content (labeled as "Unrecognized message").
- An Error "Error returned" event with details.
...
Viewing Additional Event Details in CTP
The Event Details perspective is designed to provide you real-time snapshots of the incoming messages, outgoing message, and errors that are occurring at a particular time.
For details on long-running transactions and historical analysis of server events, we recommend using CTP’s event viewing capabilities.
Reporting Custom Events
The Extension Tool (described in Extension Tool for Custom Scripting) can be used to report custom events to the Event Log by calling the report(IEvent) method of the given com.parasoft.api.ScriptingContext object.
...