public class JMSEmbeddedConnector extends JMSClientConnector
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PORT
Property name for the configuration property for the port of the embedded JMS server.
|
FACTORY_LOOKUP_NAME, KIEKER_DATA_BRIDGE_READ_QUEUE, password, PASSWORD, URI, username, USERNAMEconfiguration, lookupEntityMap| Constructor and Description |
|---|
JMSEmbeddedConnector(Configuration configuration,
java.util.concurrent.ConcurrentMap<java.lang.Integer,LookupEntity> lookupEntityMap)
Construct a new JMS service consumer and an embedded JMS service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the JMS connection.
|
void |
initialize()
Initialize the JMS connection to read from a JMS queue.
|
deserializeNextRecordpublic static final java.lang.String PORT
public JMSEmbeddedConnector(Configuration configuration, java.util.concurrent.ConcurrentMap<java.lang.Integer,LookupEntity> lookupEntityMap)
configuration - Kieker configuration including setup for connectorslookupEntityMap - IMonitoringRecord constructor and TYPES-array to id mapConnectorDataTransmissionExceptionpublic void initialize()
throws ConnectorDataTransmissionException
JMSClientConnectorinitialize in interface IServiceConnectorinitialize in class JMSClientConnectorConnectorDataTransmissionException - if any JMSException occurspublic void close()
throws ConnectorDataTransmissionException
JMSClientConnectorclose in interface IServiceConnectorclose in class JMSClientConnectorConnectorDataTransmissionException - if any JMSException occursCopyright 2017 Kieker Project, http://kieker-monitoring.net