| At line 1 added 2 lines. |
| !!Using the JMS Binding Component |
| At line 2 changed 1 line. |
| * [JMS Binding Component User Guide|JMSBindingComponentUserGuide] |
| * [Using the JMS Binding Component|UsingJMSBindingComponent] |
| * [JMS Binding Component Overview] |
| * [JMS Binding Component Features] |
| * [JMS Binding Component Scenarios] |
| * [Creating JMS-Based Concrete WSDL Documents] |
| * __Connecting to the JMS Server__ |
| ** Specifying the Protocol, Server, and Port |
| ** Connecting to the JMS Server by Using JNDI |
| * [Configuring Redelivery Handling] |
| * [Using the Normalized Message Properties] |
| * [JMS WSDL Extensibility Elements] |
| * [JMS Binding Component Clustering] |
| * [Publishing and Subscribing to Multiple WebSphere Queues] |
| At line 18 added 2 lines. |
| At line 6 changed 1 line. |
| You use a connection URL to specify the information for connecting to the JMS server. |
| You use a ''connection URL'' to specify the information for connecting to the JMS server. |
| At line 25 added 1 line. |
| At line 30 added 1 line. |
| You can connect to any JMS server by using the Java Naming and Directory Interface%%sup TM%% (JNDI) to locate an existing JMS connection factory. |
| At line 14 changed 1 line. |
| You can connect to any JMS server by using the Java Naming and Directory InterfaceTM (JNDI) to locate an existing JMS connection factory. |
| A ''connection factory'' is a Java class supplied by the JMS provider. For example: |
| At line 16 removed 2 lines. |
| A connection factory is a Java class supplied by the JMS provider. For example: |
| At line 35 added 1 line. |
| At line 28 changed 1 line. |
| The following connection URL includes a protocol, server, and port for Sun JavaTM System Message Queue: |
| The following connection URL includes a protocol, server, and port for Sun Java%%sup TM%% System Message Queue: |
| At line 52 added 1 line. |
| At line 38 changed 1 line. |
| When you use a wizard to create a JMS-based concrete WSDL document, you set the connection URL in the Request Connection Configuration step of the wizard. For more information, see Creating JMS-Based Concrete WSDL Documents. |
| When you use a wizard to create a JMS-based concrete WSDL document, you set the connection URL in the Request Connection Configuration step of the wizard. For more information, see [Creating JMS-Based Concrete WSDL Documents|CreatingJMSBasedConcreteWSDLDocuments]. |
| At line 60 added 1 line. |
| At line 42 changed 5 lines. |
| <port name="newWSDL_InPort" binding="tns:JMSInBinding"> |
| <jms:address connectionURL="mq://localhost:7676" username="admin" password="admin"> |
| <jms:jmsjcaOptions><![CDATA[]]></jms:jmsjcaOptions> |
| </jms:address> |
| </port> |
| <port name="newWSDL_InPort" binding="tns:JMSInBinding"> |
| <jms:address connectionURL="mq://localhost:7676" username="admin" password="admin"> |
| <jms:jmsjcaOptions><![CDATA[]]></jms:jmsjcaOptions> |
| </jms:address> |
| </port> |
| At line 53 changed 1 line. |
| You can connect to any JMS server by using the Java Naming and Directory InterfaceTM (JNDI) to locate an existing JMS connection factory. |
| You can connect to any JMS server by using the Java Naming and Directory Interface%%sup TM%% (JNDI) to locate an existing JMS connection factory. |
| At line 63 changed 1 line. |
| This scenario can occur when a managed connection factory has been created. Managed connection factories provide additional services on top of a connection factory. The additional services include connection pooling. The managed connection factory creates a connection factory wrapper. |
| This scenario can occur when a ''managed connection factory'' has been created. Managed connection factories provide additional services on top of a connection factory. The additional services include connection pooling. The managed connection factory creates a connection factory wrapper. |
| At line 86 added 1 line. |
| At line 70 changed 1 line. |
| When you use a wizard to create a JMS-based concrete WSDL document, you set the connection URL in the Request Connection Configuration step of the wizard. For more information, see Creating JMS-Based Concrete WSDL Documents. |
| When you use a wizard to create a JMS-based concrete WSDL document, you set the connection URL in the Request Connection Configuration step of the wizard. For more information, see [Creating JMS-Based Concrete WSDL Documents|CreatingJMSBasedConcreteWSDLDocuments]. |
| At line 94 added 1 line. |
| At line 74 changed 5 lines. |
| <port name="newWSDL_InPort" binding="tns:JMSInBinding"> |
| <jms:address connectionURL="lookup://jms/tx/default"> |
| <jms:jmsjcaOptions><![CDATA[]]></jms:jmsjcaOptions> |
| </jms:address> |
| </port> |
| <port name="newWSDL_InPort" binding="tns:JMSInBinding"> |
| <jms:address connectionURL="lookup://jms/tx/default"> |
| <jms:jmsjcaOptions><![CDATA[]]></jms:jmsjcaOptions> |
| </jms:address> |
| </port> |
| At line 108 added 1 line. |
| At line 91 changed 1 line. |
| When you use a wizard to create a JMS-based concrete WSDL document, you set the connection URL in the Request Connection Configuration step of the wizard. You then specify the JNDI options in the Advanced Configuration step of the wizard. For more information, see Creating JMS-Based Concrete WSDL Documents. |
| When you use a wizard to create a JMS-based concrete WSDL document, you set the connection URL in the Request Connection Configuration step of the wizard. You then specify the JNDI options in the Advanced Configuration step of the wizard. For more information, see [Creating JMS-Based Concrete WSDL Documents|CreatingJMSBasedConcreteWSDLDocuments]. |
| At line 117 added 1 line. |
| At line 130 added 1 line. |
| At line 142 added 1 line. |
| At line 118 changed 7 lines. |
| <port name="newWSDL_InPort" binding="tns:JMSInBinding"> |
| <jms:address connectionURL="jndi://"> |
| <jms:jmsjcaOptions> |
| <![CDATA[JMSJCA.UnifiedCF=connectionfactories/xaconnectionfactory JMSJCA.TopicCF=connectionfactories/xatopicconnectionfactory JMSJCA.QueueCF=connectionfactories/xaqueueconnectionfactory java.naming.factory.initial=com.stc.jms.jndispi.InitialContextFactory java.naming.provider.url=stcms://localhost:18007 java.naming.security.principal=Administrator java.naming.security.credentials=STC]]> |
| </jms:jmsjcaOptions> |
| </jms:address> |
| </port> |
| <port name="newWSDL_InPort" binding="tns:JMSInBinding"> |
| <jms:address connectionURL="jndi://"> |
| <jms:jmsjcaOptions> |
| <![CDATA[JMSJCA.UnifiedCF=connectionfactories/xaconnectionfactory |
| JMSJCA.TopicCF=connectionfactories/xatopicconnectionfactory |
| JMSJCA.QueueCF=connectionfactories/xaqueueconnectionfactory |
| java.naming.factory.initial=com.stc.jms.jndispi.InitialContextFactory |
| java.naming.provider.url=stcms://localhost:18007 |
| java.naming.security.principal=Administrator |
| java.naming.security.credentials=STC]]> |
| </jms:jmsjcaOptions> |
| </jms:address> |
| </port> |