WEB-INF/web.xml

  1. Change any <resource-env-ref-name> that states:
    • jms/ExpereQueue to jms/ExpereTopic
  2. Change any <resource-env-ref-type> that states:
    • javax.jms.Queue to javax.jms.Topic
  3. Change any <res-type> that states:
    • javax.jms.QueueConnectionFactory to javax.jms.TopicConnectionFactory
  4. Change any <servlet>/<servlet-name> that states:
    • TestEndpointJMS_P2P to TestEndpointJMS_PubSub
  5. Change any <servlet>/<display-name> that states:
    • TestEndpointJMS_P2P to TestEndpointJMS_PubSub
  6. Change any <servlet>/<servlet-class> that states:
    • com.bankerssystems.expere.jms.servlet.TestEndpointJMS_P2P to com.bankerssystems.jms.servlet.TestEndpointJMS_PubSub
  7. Change any <servlet-mapping>/<servlet-name> that states:
    • TestEndpointJMS_P2P to TestEndpointJMS_PubSub
  8. Change any <servlet-mapping>/<url-pattern> that states:
    • /TestEndpointJMS_P2P to /TestEndpointJMS_PubSub