Dear All,
I have a unique requirement to process 80 offices EDI files using hornetQ + MDB. One issue here is each office may send more than one file on a push, but at a single instance only one EDI
should be processed per office at the same time 80 offices EDI can be processed simultaneously.
Tried this, created 80 queues for each office, and attached an MDB for each queue (resulting 80 MDB) and kept the session value to 1. This worked perfectly but managing 80 MDBs is literally
impossible (also which is not good solution).
Please advise how this can be done, can we use one MDB for 80 queues and configuring one-session for each queue. Please help.