Limitations with Admin Objects feature
- The Connection Factory's metadata is only allowed to update at the time of creating the Connection Factory itself through Admin Objects feature, which includes, Type, Description, and Auto Update.
- However, in order to re-update the 'AutoUpdationAllowed' parameter, please use the following entries in CFParameters.xsd and factory.xml file respectively.
<xs:element name="AutoUpdationAllowed" type="xs:boolean"/>and<tns:AutoUpdationAllowed>false</tns:AutoUpdationAllowed>
3. Creating XA Connection Factories is not supported with the current version of FioranoMQ.
4. Following corrections or workarounds (in xsd and xml files respectively) needs to be done for rest of the parameters, which will be corrected in the next version of FioranoMQ.
Connection Factory Parameters
Please note that the first line is the change to be done in Schema file (.xsd) and the second line is the corresponding xml file entry.
ConnectURL
<xs:element name="ConnectURL" type="xs:string" />
<tns:ConnectURL>http://localhost:1856</tns:ConnectURL>
ShutdownHookEnabled
<xs:element name="ShutdownHookEnabled" type="xs:boolean" default="true" />
<tns:ShutdownHookEnabled>true</tns:ShutdownHookEnabled>
BatchTimeoutInterval
<xs:element name="BatchTimeoutInterval" type="xs:string" /> (changed from time datatype)
CreateLocalSocket
<xs:element name="CreateLocalSocket" type="xs:string" /> (changed from Boolean)
DurableConnectionsBaseDir
<xs:element name="DurableConnectionsBaseDir" type="xs:string" />
<tns:DurableConnectionsBaseDir>../csp</tns:DurableConnectionsBaseDir>
EnableLMS
<tns:EnableLMS>false</tns:EnableLMS>
<xs:element name="EnableLMS" type="xs:boolean" default="true" />
PublishWaitDuringSendPendingCSP
<xs:element name="PublishWaitDuringSendPendingCSP" type="xs:string" />
<tns:PublishWaitDuringSendPendingCSP>5</tns:PublishWaitDuringSendPendingCSP>
useThreadContextClassLoader
<xs:element name="useThreadContextClassLoader" type="xs:boolean" default="false" />
<tns: useThreadContextClassLoader >true</tns: useThreadContextClassLoader >
UseFioranoCbr
<xs:element name="UseFioranoCbr" type="xs:boolean" default="false" />
<tns:UseFioranoCbr>true</tns:UseFioranoCbr>
AsyncSendBatchBufferSize
<xs:element name="AsyncSendBatchBufferSize" type="xs:string" />
<tns:AsyncSendBatchBufferSize>1000</tns:AsyncSendBatchBufferSize>
AsyncSendCompletionWaitTimeout
<xs:element name="AsyncSendCompletionWaitTimeout" type="xs:string" />
<tns:AsyncSendCompletionWaitTimeout>10</tns:AsyncSendCompletionWaitTimeout>
PublisherBehaviourOnAsyncSendBufferOverflow
<xs:element name="PublisherBehaviourOnAsyncSendBufferOverflow" type="xs:string" />
<tns:PublisherBehaviourOnAsyncSendBufferOverflow>block</tns:PublisherBehaviourOnAsyncSendBufferOverflow>
Queue Parameters
Please note that the first line is the change to be done in the Schema file (.xsd) and the second line is the corresponding xml file entry.
UseReAssignableMessageGroupID
<xs:element name="UseReAssignableMessageGroupID" type="xs:boolean" default="true" />
<tnsB:UseReAssignableMessageGroupID>false</tnsB:UseReAssignableMessageGroupID>
QueueIdleStateNotifierThresholdTime
<xs:element name="QueueIdleStateNotifierThresholdTime" type="xs:int" default="0"/>
<tnsB:QueueIdleStateNotifierThresholdTime>34</tnsB:QueueIdleStateNotifierThresholdTime>
Queue Subsystem Parameters
MaxSessionCount
<xs:element name="MaxSessionCount" type="xs:int" default="-1" />
<QSubSys:MaxSessionCount>4</QSubSys:MaxSessionCount>
MaxSenderCount
<xs:element name="MaxSenderCount" type="xs:int" default="-1" />
<QSubSys:MaxSenderCount>4</QSubSys:MaxSenderCount>
MaxReceiverCount
<xs:element name="MaxReceiverCount" type="xs:int" default="-1" />
<QSubSys:MaxReceiverCount>3</QSubSys:MaxReceiverCount>
MaxTempQueueCount
<xs:element name="MaxTempQueueCount" type="xs:int" default="-1" />
<QSubSys:MaxTempQueueCount>4</QSubSys:MaxTempQueueCount>
QueueIdleStateNotifierThresholdTime
<xs:element name="QueueIdleStateNotifierThresholdTime" type="xs:int" />
<QSubSys:QueueIdleStateNotifierThresholdTime>30</QSubSys:QueueIdleStateNotifierThresholdTime>