public interface JmsDialect
| Modifier and Type | Method and Description |
|---|---|
javax.jms.ConnectionFactory |
createConnectionFactory(java.util.Map<java.lang.String,java.lang.String> config)
Instantiate JMS connection factory.
|
boolean |
reconnectOnError(java.lang.Exception e) |
javax.jms.ConnectionFactory createConnectionFactory(java.util.Map<java.lang.String,java.lang.String> config)
throws java.lang.Exception
config - Connector configuration. Only connectivity-related parameters available. User may register
custom properties whit jms.dialect. prefix.java.lang.Exception - Indicates error.boolean reconnectOnError(java.lang.Exception e)
e - Encountered exception.true if connector should re-establish connectivity upon given error, false otherwise.