A.1 Inline Processing URL of JMS
Construct URL for JMS as below.
-
Websphere
iiop://<APP_SERVER_HOST_NAME>:<BOOTSTRAP_ADDRESS>
For example,iiop://myhost.mydomain.com:2809
Note:
For more information, refer to the Oracle Financial Services Analytical Applications Infrastructure Inline Processing Configuration Guide available in the OTN page. Check the port in the Websphere section.
- Weblogic
t3://<APP_SERVER_HOST_NAME>:< <SERVLET PORT>
(Use t3s protocol for SSL)For example,
t3://myhost.mydomain.com:7001
Note:
<APP_SERVER_HOST_NAME>
is the IP or the Host Name of a server where WebLogic or WebSphere is installed.
Parent topic: Appendix A