| Interface | Description |
|---|---|
| JmsConverter |
Convert Kafka Connect records to JMS messages and vice-versa.
|
| JmsDialect |
JmsDialect controls behavior specific to given JMS server.
|
| Class | Description |
|---|---|
| BaseConnectorConfig |
Common JMS connector configuration properties.
|
| DefaultJmsDialect |
Default JMS dialect.
|
| JmsConnectionPool |
Basic JMS connection pool implementation.
|
| JmsSessionProvider |
Factory for JMS sessions.
|
| StandardJmsConverter |
Default implementation of
JmsConverter interface. |
| Enum | Description |
|---|---|
| StandardJmsConverter.OutputFormat |
Output message types produced by sink connector.
|