Amqp091SourceType (Complex Type)

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

Supertype: AsyncUpdateSourceType
AMQP 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. 
uri property
anyURI
[0,1] Connection URI. 
username property
string
[0,1] User name used to authenticate to AMQP server. 
password property
ProtectedStringType
[0,1] Password used to authenticate to AMQP server. 
virtualHost property
string
[0,1] AMQP virtual host; the default value is "/". 
queue property
string
[0,1] Name of the queue to receive messages from. 
prefetch property
int
[0,1] Number of messages to prefetch. 
connectionHandlingThreads property
int
[0,1] Number of connection handling threads.