Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.


Appendix C Configuring Database Connections : Message Queue Functionality

Message Queue Functionality
To use specific message queues in TIBCO iProcess Connector for ActiveMatrix BusinessWorks, you can modify the value of the SpecificQueue property in the config.xml file, which is located in the SWDIR\java\jmx directory, in the Java Monitoring & Management Console.
By default, this property is not set. This means that the BusinessWorks Connector makes no effort to determine what message queue is used.
To take advantage of the functionality provided to specify queues, you must set the value of this property to either true or false.
Setting eaijava.db_specific_queue to true causes the BusinessWorks Connector to call the SSOLite stored procedure, SW_SET_QUEUE. This directs messages to a specific queue. Once a first message has been sent, all messages subsequently posted on the same database connection then use the same background queue established by that first message.
Setting eaijava.db_specific_queue to false causes the BusinessWorks Connector to call the SSOLite stored procedure SW_UNSET_QUEUE. Messages sent over this database connection will not then be allocated to a specific queue but will be distributed over available queues.
See "SSOLite Stored Procedures" in TIBCO iProcess Engine Database Administrator’s Guide for your database for descriptions of SW_SET_QUEUE and SW_UNSET_QUEUE.
 

Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.