JMS endpoints provide information that Studio and the Integration Appliance use to connect to a JMS instance.
Any changes you make to the endpoint, including configuration properties, affects all orchestrations that use that endpoint as the edits are global, not local.
Connection Parameter Fields | Description |
---|---|
JNDI Initial Factory | Specifies the context factory class Studio retrieves from JNDI. Studio uses the class to lookup JMS connection factory and JMS destinations (Queue or Topic). |
Provider URL | Specifies the URL of the JMS server. |
Provider Package | An optional parameter, where you can specify a provider package name. |
Factory Name | Use your own connection factory or use one of the default factories that comes preconfigured with the endpoint system: JBOSS, ActiveMQ, or WebLogic. |
Connection Pool Options | Description |
---|---|
Minimum Connections | Specifies the minimum number of connections that Studio uses to connect to a JMS instance. By default, there is a minimum of 1 connection. |
Maximum Connections | Specifies the maximum number of connections that Studio uses to connect to a JMS instance. By default, there is a maximum of 25 connections. |
Maximum Idle Time | By default, maximum idle time is 120 minutes. |
Maximum Wait | By default, maximum wait time is 300 seconds. |