IBM Version 52 Computer Accessories User Manual


 
v SWIFTNet Http Server Adapter
Business Process Queue Threads
Sterling B2B Integrator creates nine regular business process queues and one
internal queue called wait queue for wait service. You cannot control the number
of threads created for business processes.
FIFOTaskListener and Queue Threads
The FIFORouting adapter creates and controls ten queues for FIFO processing.
Each FIFO queue creates a FIFO task listener and every task listener creates a
consumer at startup. You can configure the number of queues to reduce the
number of threads. Additionally, you can disable the FIFORouting adapter if you
are not using it thereby turning off all the queues created by the adapter.
You can control the number of threads by modifying the following configuration.
The number of queues configured depends on the system load.
#In customer_overrides.properties,additional queues can be added by adding,
for example:
#fifo.workflow.taskqueue.11=FIFO.GIS.QUEUE.11
#fifo.workflow.taskqueue.12=FIFO.GIS.QUEUE.11
#Note, queues cannot be reduced in customer_overrides.properties
but the names can be changed and must be unique
workflow.taskqueue.1=FIFO.GIS.QUEUE.1
workflow.taskqueue.2=FIFO.GIS.QUEUE.2
workflow.taskqueue.3=FIFO.GIS.QUEUE.3
workflow.taskqueue.4=FIFO.GIS.QUEUE.4
workflow.taskqueue.5=FIFO.GIS.QUEUE.5
workflow.taskqueue.6=FIFO.GIS.QUEUE.6
workflow.taskqueue.7=FIFO.GIS.QUEUE.7
workflow.taskqueue.8=FIFO.GIS.QUEUE.8
workflow.taskqueue.9=FIFO.GIS.QUEUE.9
workflow.taskqueue.10=FIFO.GIS.QUEUE.10
RMI Threads
The RMI threads are system generated threads for JNDI. You cannot control the
number of RMI threads.
Timer Threads
The timer threads are created when Sterling B2B Integrator starts. It is not
recommended to control these threads as they are necessary for Sterling B2B
Integrator to run smoothly.
The following timer threads are created when Sterling B2B Integrator starts:
v Check Sterling B2B Integrator component licenses and generate messages for
users when one or more licenses is about to expire.
v Roll the log service files.
v Gather YCP statistics used by the entity framework.
v Monitor resources and detect database connections or database connection
leaks.
v Schedule business processes.
v JNDI service timer.
v ActiveMQ timer.
Performance Management 201