public class DefaultJmsDialect extends java.lang.Object implements JmsDialect
| Constructor and Description |
|---|
DefaultJmsDialect() |
| 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) |
public javax.jms.ConnectionFactory createConnectionFactory(java.util.Map<java.lang.String,java.lang.String> config)
throws java.lang.Exception
JmsDialectcreateConnectionFactory in interface JmsDialectconfig - Connector configuration. Only connectivity-related parameters available. User may register
custom properties whit jms.dialect. prefix.java.lang.Exception - Indicates error.public boolean reconnectOnError(java.lang.Exception e)
reconnectOnError in interface JmsDialecte - Encountered exception.true if connector should re-establish connectivity upon given error, false otherwise.