WEB-INF/web.xml
- Change any <resource-env-ref-name> that states:
- jms/ExpereQueue to jms/ExpereTopic
- Change any <resource-env-ref-type> that states:
- javax.jms.Queue to javax.jms.Topic
- Change any <res-type> that states:
- javax.jms.QueueConnectionFactory to javax.jms.TopicConnectionFactory
- Change any <servlet>/<servlet-name> that states:
- TestEndpointJMS_P2P to TestEndpointJMS_PubSub
- Change any <servlet>/<display-name> that states:
- TestEndpointJMS_P2P to TestEndpointJMS_PubSub
- Change any <servlet>/<servlet-class> that states:
- com.bankerssystems.expere.jms.servlet.TestEndpointJMS_P2P to com.bankerssystems.jms.servlet.TestEndpointJMS_PubSub
- Change any <servlet-mapping>/<servlet-name> that states:
- TestEndpointJMS_P2P to TestEndpointJMS_PubSub
- Change any <servlet-mapping>/<url-pattern> that states:
- /TestEndpointJMS_P2P to /TestEndpointJMS_PubSub