JmsSourceType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Supertype: AsyncUpdateSourceType
JMS client configuration
Item Summary  
Name Type Multiplicity Description
name property
string
[0,1] Name of the source. 
description property
string
[0,1] More detailed description of the source. 
documentation property
string
[0,1] Technical documentation for a particular object or construct. 
className property
string
[0,1] Java class name implementing AsyncUpdateSource interface. 
connectionFactory property
string
[0,1] Connection factory. 
username property
string
[0,1] User name used to authenticate to JMS broker. 
password property
ProtectedStringType
[0,1] Password used to authenticate to JMS broker. 
destination property
string
[0,1] Name of the queue/topic to receive messages from.