Multi Threaded Queues

markjde

Active Member
Can someone please explain to me how one goes about setting up a multi
threaded queue within JDE OW. I believe that our setup is incorrect with
respect to both the ES JDE.INI and the workstation JDE.INI.

What we would like to do is setup a new queue that is multi threaded and
single threaded, but I don't know how the relationship exists between
queues, JDENET kernals and the associated INI files. I know the
relationship between subsystem and job queues on an AS/400, but I am having
difficulty understanding the relationship in an NT environment.

Any help or white papers would be greatly appreciated.


Mark

[email protected]
JDE OW 7332 SP 11.3, NT, SQL 7.0
 
Mark -

Here's how to set up multi-threaded queues -

Go to your jde.ini on your enterprise server.

In the [Network Queue Settings] portion, add 1 to the UBEQueues entry, and
add a line for the multi-thread. Example -

Original JDE.INI

[Network Queue Settings]
...
...
...
UBEQueues = 3
UBEQueue1 = QB7333
UBEQueue2 = APUBES
UBEQueue3 = ARUBES

To Multi-Thread APUBES

[Network Queue Settings]
...
...
...
UBEQueues = 4
UBEQueue1 = QB7333
UBEQueue2 = APUBES
UBEQueue3 = APUBES
UBEQueue4 = ARUBES
Hope this helps

Shane McConnell
OW Xe, NT 4.0, NT - SQL
Metroplex Distributors
Harriman, NY 10926
 
Back
Top