JmsProvisioningTargetType (Complex Type)

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

Supertype: AsyncProvisioningTargetType
JMS asynchronous provisioning target.
Item Summary  
Name Type Multiplicity Description
order property
int
[0,1] Order in which this target has to be used. 
name property
string
[0,1] Name of the target. 
description property
string
[0,1] More detailed description of the target. 
documentation property
string
[0,1] Technical documentation for a particular object or construct. 
className property
string
[0,1] Java class name implementing AsyncProvisioningTarget interface. 
connectionFactory property
string
[0,1] Connection factory name. 
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] Destination (queue or topic) to send messages to.