Package org.forgerock.audit.handlers.jms
Interface JmsContextManager
public interface JmsContextManager
Interface for retrieving a
JMS topic and a JMS connection factory.-
Method Summary
Modifier and TypeMethodDescriptionjavax.jms.ConnectionFactoryGets aJMS connection factory.javax.jms.TopicgetTopic()Gets aJMS topic.
-
Method Details
-
getTopic
Gets aJMS topic.- Returns:
- a
JMS topic. - Throws:
InternalServerErrorException- if an error occurs getting theJMS topic.
-
getConnectionFactory
Gets aJMS connection factory.- Returns:
- a
JMS connection factory. - Throws:
InternalServerErrorException- if an error occurs getting theJMS connection factory.
-