| Package | Description |
|---|---|
| com.mulesoft.mule.runtime.bti.api.jms |
| Modifier and Type | Method and Description |
|---|---|
JmsConnectionConfig.Builder |
JmsConnectionConfig.Builder.setClientId(String clientId)
Sets the client ID on the created JMS connections
|
JmsConnectionConfig.Builder |
JmsConnectionConfig.Builder.setExceptionListener(javax.jms.ExceptionListener exceptionListener)
Sets the exception to manage JMS errors
|
JmsConnectionConfig.Builder |
JmsConnectionConfig.Builder.setMaxIdleTime(int maxIdleTime)
Sets the amount of seconds a pooled XA connection can remain idle before it's eligible for eviction
|
JmsConnectionConfig.Builder |
JmsConnectionConfig.Builder.setMaxPoolSize(int maxPoolSize)
Sets the maximum size for the XA connection pool
|
JmsConnectionConfig.Builder |
JmsConnectionConfig.Builder.setMinPoolSize(int minPoolSize)
Sets the minimum size for the XA connection pool
|
JmsConnectionConfig.Builder |
JmsConnectionConfig.Builder.setPassword(String password)
Sets the configuration password
|
JmsConnectionConfig.Builder |
JmsConnectionConfig.Builder.setReuseSessions(boolean reuseSessions)
Indicates if the config must reuse JMS sessions
|
JmsConnectionConfig.Builder |
JmsConnectionConfig.Builder.setUserName(String userName)
Sets the configuration username
|
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.