+

Search Tips   |   Advanced Search

 

createmq.mqs

 


***
*** (MAXMSGL + 1K) * MAXDEPTH = how much disk space we need
*** in /var/mqm/mqrs
***
*** queue names with lowercase chars need to be in single quotes
***
*** Caution: No spaces after the + sign.
***
*** 
 
DEFINE QLOCAL ('ERRORBIZDOCQUEUE') +
       DESCR('Queue for messages from other systems') +
       NOTRIGGER +
       MAXDEPTH (640000) +
       MAXMSGL (4194304) +
       DEFBIND (OPEN) +
       REPLACE
 
 
DEFINE QLOCAL ('JOBEXECQUEUE ') +
       DESCR('Queue for messages from other systems') +
       NOTRIGGER +
       MAXDEPTH (640000) +
       MAXMSGL (4194304) +
       DEFBIND (OPEN) +
       REPLACE
 
DEFINE QLOCAL ('MATCHQUEUE') +
       DESCR('Queue for messages from other systems') +
       NOTRIGGER +
       MAXDEPTH (640000) +
       MAXMSGL (4194304) +
       DEFBIND (OPEN) +
       REPLACE
 

DEFINE QLOCAL ('RECEIVEINVOICEQUEUE') +
       DESCR('Queue for messages from other systems') +
       NOTRIGGER +
       MAXDEPTH (640000) +
       MAXMSGL (4194304) +
       DEFBIND (OPEN) +
       REPLACE
    
DEFINE QLOCAL ('RECEIVENONMATCHDOCUMENTQUEUE') +
       DESCR('Queue for messages from other systems') +
       NOTRIGGER +
       MAXDEPTH (640000) +
       MAXMSGL (4194304) +
       DEFBIND (OPEN) +
       REPLACE
  
DEFINE QLOCAL ('RECEIVEPAYMENTQUEUE') +
       DESCR('Queue for messages from other systems') +
       NOTRIGGER +
       MAXDEPTH (640000) +
       MAXMSGL (4194304) +
       DEFBIND (OPEN) +
       REPLACE
  
  
DEFINE QLOCAL ('RECEIVERECEIPTPURGEQUEUE') +
       DESCR('Queue for messages from other systems') +
       NOTRIGGER +
       MAXDEPTH (640000) +
       MAXMSGL (4194304) +
       DEFBIND (OPEN) +
       REPLACE
  
DEFINE QLOCAL ('RECEIVERECEIPTQUEUE') +
       DESCR('Queue for messages from other systems') +
       NOTRIGGER +
       MAXDEPTH (640000) +
       MAXMSGL (4194304) +
       DEFBIND (OPEN) +
       REPLACE
  
DEFINE QLOCAL ('RECEIVEVOIDCHECKQUEUE') +
       DESCR('Queue for messages from other systems') +
       NOTRIGGER +
       MAXDEPTH (640000) +
       MAXMSGL (4194304) +
       DEFBIND (OPEN) +
       REPLACE
  

DEFINE QLOCAL ('RECEIVEVENDORQUEUE') +
       DESCR('Queue for messages from other systems') +
       NOTRIGGER +
       MAXDEPTH (640000) +
       MAXMSGL (4194304) +
       DEFBIND (OPEN) +
       REPLACE


    

DEFINE QLOCAL ('RECEIVERECEIPTADJUSTMENTQUEUE') +
       DESCR('Queue for messages from other systems') +
       NOTRIGGER +
       MAXDEPTH (640000) +
       MAXMSGL (4194304) +
       DEFBIND (OPEN) +
       REPLACE


    

DEFINE QLOCAL ('SYNCJOBQUEUE') +
       DESCR('Queue for messages from other systems') +
       NOTRIGGER +
       MAXDEPTH (640000) +
       MAXMSGL (4194304) +
       DEFBIND (OPEN) +
       REPLACE

    

DEFINE QLOCAL ('PREPAYQUEUE') +
       DESCR('Queue for messages from other systems') +
       NOTRIGGER +
       MAXDEPTH (640000) +
       MAXMSGL (4194304) +
       DEFBIND (OPEN) +
       REPLACE


DEFINE QLOCAL ('RECEIVEPURCHASEORDERQUEUE') +
       DESCR('Queue for messages from other systems') +
       NOTRIGGER +
       MAXDEPTH (640000) +
       MAXMSGL (4194304) +
       DEFBIND (OPEN) +
       REPLACE