Skip to main content
Skip table of contents

Limitations with Admin Objects feature

  1. 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.
  2. However, in order to re-update the 'AutoUpdationAllowed' parameter, please use the following entries in CFParameters.xsd and factory.xml file respectively.
CODE
<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

CODE
<xs:element name="ConnectURL" type="xs:string" />
<tns:ConnectURL>http://localhost:1856</tns:ConnectURL>

ShutdownHookEnabled

CODE
<xs:element name="ShutdownHookEnabled" type="xs:boolean" default="true" />
<tns:ShutdownHookEnabled>true</tns:ShutdownHookEnabled>

BatchTimeoutInterval

CODE
<xs:element name="BatchTimeoutInterval" type="xs:string" /> (changed from time datatype)

CreateLocalSocket

CODE
<xs:element name="CreateLocalSocket" type="xs:string" /> (changed from Boolean)

DurableConnectionsBaseDir

CODE
<xs:element name="DurableConnectionsBaseDir" type="xs:string" />
<tns:DurableConnectionsBaseDir>../csp</tns:DurableConnectionsBaseDir>

EnableLMS

CODE
<tns:EnableLMS>false</tns:EnableLMS>
<xs:element name="EnableLMS" type="xs:boolean" default="true" />

PublishWaitDuringSendPendingCSP

CODE
<xs:element name="PublishWaitDuringSendPendingCSP" type="xs:string" />
<tns:PublishWaitDuringSendPendingCSP>5</tns:PublishWaitDuringSendPendingCSP>

useThreadContextClassLoader

CODE
<xs:element name="useThreadContextClassLoader" type="xs:boolean" default="false" />
<tns: useThreadContextClassLoader >true</tns: useThreadContextClassLoader >

UseFioranoCbr

CODE
<xs:element name="UseFioranoCbr" type="xs:boolean" default="false" />
<tns:UseFioranoCbr>true</tns:UseFioranoCbr>

AsyncSendBatchBufferSize

CODE
<xs:element name="AsyncSendBatchBufferSize" type="xs:string" />
<tns:AsyncSendBatchBufferSize>1000</tns:AsyncSendBatchBufferSize>

AsyncSendCompletionWaitTimeout

CODE
<xs:element name="AsyncSendCompletionWaitTimeout" type="xs:string" />
<tns:AsyncSendCompletionWaitTimeout>10</tns:AsyncSendCompletionWaitTimeout>

PublisherBehaviourOnAsyncSendBufferOverflow

CODE
<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

CODE
<xs:element name="UseReAssignableMessageGroupID" type="xs:boolean" default="true" />
<tnsB:UseReAssignableMessageGroupID>false</tnsB:UseReAssignableMessageGroupID>

QueueIdleStateNotifierThresholdTime

CODE
<xs:element name="QueueIdleStateNotifierThresholdTime" type="xs:int" default="0"/>
<tnsB:QueueIdleStateNotifierThresholdTime>34</tnsB:QueueIdleStateNotifierThresholdTime>

Queue Subsystem Parameters

MaxSessionCount

CODE
<xs:element name="MaxSessionCount" type="xs:int" default="-1" />
<QSubSys:MaxSessionCount>4</QSubSys:MaxSessionCount>

MaxSenderCount

CODE
<xs:element name="MaxSenderCount" type="xs:int" default="-1" />
<QSubSys:MaxSenderCount>4</QSubSys:MaxSenderCount>

MaxReceiverCount

CODE
<xs:element name="MaxReceiverCount" type="xs:int" default="-1" />
<QSubSys:MaxReceiverCount>3</QSubSys:MaxReceiverCount>

MaxTempQueueCount

CODE
<xs:element name="MaxTempQueueCount" type="xs:int" default="-1" />
<QSubSys:MaxTempQueueCount>4</QSubSys:MaxTempQueueCount>

QueueIdleStateNotifierThresholdTime

CODE
<xs:element name="QueueIdleStateNotifierThresholdTime" type="xs:int" />
<QSubSys:QueueIdleStateNotifierThresholdTime>30</QSubSys:QueueIdleStateNotifierThresholdTime> 




JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.