Included messaging transports
Email message transport
The base configuration of PolicyCenter provides a message transport that can send standard SMTP emails.
By default, the emailMessageTransport plugin registry is registered with
a plugin implementation class that has been deprecated. Instead of using the default
registered class, register the Gosu plugin implementation class
gw.plugin.email.impl.JavaxEmailMessageTransport.
See also
Register and enable the console message transport
You can register a message transport provided in the base configuration to write debug messages to the console.
About this task
Procedure
- In Guidewire Studio, navigate in the Project window to and open consoleTransport.gwp.
- Replace the registered Gosu class with gw.plugin.messaging.impl.ConsoleMessageTransport.
- Navigate in the Project window to and open messaging-config.xml.
- Select the destination with ID 68, Java.MessageDestination.ConsoleMessageLogger.Name.
- Clear the check box for Disable destination.
-
Verify the settings for this destination.
In the base configuration, some useful settings for this destination are the following:
Property Setting Transport Plugin consoleTransport Max Retries 3 Initial Retry Interval 100 Retry Backoff Multiplier 2 Events \w* This configuration specifies that PolicyCenter is to send all events to this destination and trigger Event Fired rules accordingly.
- Restart the PolicyCenter server.
