...
- 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 default service port number 9617, but a different port number will automatically be assigned based on availability if that port is in use. You can also configure the port manually by setting the following property in your JVM arguments 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.
...
Code Block |
---|
JNDI Connection URL: tcp://VirtualizeHostName:616179617 JNDI Initial Context class: org.apache.activemq.jndi.ActiveMQInitialContextFactory JMS Connection Factory: ConnectionFactory Destination Name: PARASOFT_SERVER_EVENTS Destination type: Topic |
...