@NoExtend public class JmsConnectionConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JmsConnectionConfig.Builder
Builds JMS configuration instances
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
javax.jms.ExceptionListener |
getExceptionListener() |
int |
getMaxIdleTime() |
int |
getMaxPoolSize() |
int |
getMinPoolSize() |
String |
getName() |
String |
getPassword() |
String |
getUsername() |
boolean |
reuseSession() |
public String getName()
public String getUsername()
public String getPassword()
public String getClientId()
public boolean reuseSession()
public javax.jms.ExceptionListener getExceptionListener()
public int getMinPoolSize()
public int getMaxPoolSize()
public int getMaxIdleTime()
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.