Issue #361: Use queueCreator.sh to build the new ISC data receive QPID
queue. Former-commit-id: cc6bca06f0fdb5919fe9ea9dc46eafd3d2d41a08
This commit is contained in:
parent
c803afd454
commit
78c7f29096
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ do
|
|||
qpid-config add queue ${queue}Generate --durable --file-count 16 --file-size 24
|
||||
done
|
||||
|
||||
#define 24 Meg persistence queues
|
||||
QUEUES=('activeTablePending' 'gfeSvcBackupOp' 'gfeIscQueue' 'edex.tpcWatch' 'edex.spcWatch')
|
||||
#define 24 Meg persistence queues for GFE
|
||||
QUEUES=('activeTablePending' 'gfeSvcBackupOp' 'gfeIscDataReceive' 'edex.tpcWatch' 'edex.spcWatch')
|
||||
for queue in ${QUEUES[*]};
|
||||
do
|
||||
echo "Creating queue $queue"
|
||||
|
|
Loading…
Add table
Reference in a new issue