!--a11y-->
JMS Connector Service 
This service is a resource adapter based on the Java Messaging Service (JMS) standard. It enables you to manage JMS ConnectionFactory and Destination objects. The service provides properties for managing the number of connections to JMS systems.
JMS Connector Service runs on servers only.
Server
Property |
Description |
Default Value |
maxConnections |
Enables you to set the upper limit of the number of JMS connections that can be established simultaneously. When the system reaches the defined number, it does not create more connections until some existing ones are closed. |
100 |
timeToWaitForConnection |
Once the defined maximum connection number is reached, the system waits for a connection to be closed to create a new one. This property enables you to set a timeout for waiting for a connection. If the system does not create a connection within the timeout, it throws an exception. |
60 seconds |
See also:
JMS Connector Service in the Administration Manual
