JMS Resource configuration

Below you can see the list of possible configurable variables and their default values in order to configure JMS resources.

When the variable has a "_1" it means you can set different values for more that 1 object creation (increasing the numeric value), while when that suffix is missing it means the value is shared with the rest of the resources.

For Generic Connection Factories

SIBJMSScopeType = "cluster" 
SIBCFName_1
SIBCFJNDIName_1
SIBCFAuthAlias_1 = "" 
SIBCFxaAuthAlias_1 = "" 
SIBCFTargetBusName_1
SIBCFTarget_1 = "" 
SIBCFTargetType_1 = "BusMember" 
SIBCFTargetSignificance_1 = "Preferred" 
SIBCFTargetTransportChain_1 = "InboundBasicMessaging" 
SIBnonPersistentMapping = "ExpressNonPersistent" 
SIBpersistentMapping = "ReliablePersistent" 
SIBreadAhead = "Default" 
SIBproviderEndPoints = "" 
SIBconnectionProximity = "Bus" 
SIBshareDataSourceWithCMP = "false"

For Queue Connection Factories

SIBJMSScopeType = "cluster" 
SIBQCFName_1
SIBQCFJNDIName_1
SIBQCFAuthAlias_1 = "" 
SIBQCFxaAuthAlias_1 = "" 
SIBQCFTargetBusName_1
SIBQCFTarget_1 = "" 
SIBQCFTargetType_1 = "BusMember" 
SIBQCFTargetSignificance_1 = "Preferred" 
SIBQCFTargetTransportChain_1 = "InboundBasicMessaging" 
SIBnonPersistentMapping = "ExpressNonPersistent" 
SIBpersistentMapping = "ReliablePersistent" 
SIBreadAhead = "Default" 
SIBproviderEndPoints = "" 
SIBconnectionProximity = "Bus" 
SIBshareDataSourceWithCMP = "false"

For Topic Connection Factories

SIBJMSScopeType = "cluster" 
SIBTCFName_1
SIBTCFJNDIName_1 
SIBTCFAuthAlias_1 = "" 
SIBTCFxaAuthAlias_1 = "" 
SIBTCFTargetBusName_1
SIBTCFTarget_1 = "" 
SIBTCFTargetType_1 = "BusMember" 
SIBTCFTargetSignificance_1 = "Preferred" 
SIBTCFTargetTransportChain_1 = "InboundBasicMessaging" 
SIBnonPersistentMapping = "ExpressNonPersistent" 
SIBpersistentMapping = "ReliablePersistent" 
SIBreadAhead = "Default" 
SIBproviderEndPoints = "" 
SIBconnectionProximity = "Bus" 
SIBshareDataSourceWithCMP = "false"

For Queues

SIBQueueName_1
SIBQueueJNDIName_1
SIBQueueTargetBusName_1
SIBQueuePointHighMessageThreshold_1 = 50000 # Value by default if not set
SIBdeliveryMode = "Application" 
SIBQueuereadAhead = "AsConnection"

For Topics

SIBTopicName_1
SIBTopicJNDIName_1
SIBTopicTargetBusName_1
SIBTopicSpace_1 = "Default.Topic.Space" 
SIBdeliveryMode = "Application" 
SIBTopicreadAhead = "AsConnection"