Package | Description |
---|---|
org.seedstack.jms |
Contains Seed classes facilitating the use of JMS messaging.
|
org.seedstack.jms.spi |
Provides classes for extending the Seed JMS capabilities.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends JmsExceptionHandler> |
JmsConfig.ConnectionConfig.getExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
JmsConfig.ConnectionConfig |
JmsConfig.ConnectionConfig.setExceptionHandler(Class<? extends JmsExceptionHandler> exceptionHandler) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JmsExceptionHandler> |
ConnectionDefinition.getJmsExceptionHandlerClass() |
Constructor and Description |
---|
ConnectionDefinition(String name,
javax.jms.ConnectionFactory connectionFactory,
boolean managed,
boolean jeeMode,
boolean shouldSetClientId,
String clientId,
String user,
String password,
int reconnectionDelay,
Class<? extends javax.jms.ExceptionListener> exceptionListenerClass,
Class<? extends JmsExceptionHandler> jmsExceptionHandlerClass) |
Copyright © 2013-2018–2019 SeedStack. All rights reserved.