Auto starting JMS Queue Listeners and Topics Subscribers
You can set JMS Queue listeners and Topic subscribers to start automatically during the boot of the web server by adding the following section to the web.xml file for the PSIGW application:
<listener>
<listenerclass>com.peoplesoft.pt.integrationgateway.common.JMSInitialize</listener-class>
</listener>
The location of the web.xml file is:
<PIA_HOME>\webserv\<DOMAIN>\applications\peoplesoft\PSIGW.war\WEB-INF