Initial Release
This is a sample how to configure and use Message Bank Service into InterSystems IRIS.
Clone/git pull the repo into any local directory
$ git clone https://github.com/yurimarx/msg-banking-sample.git
Open the terminal in this directory and run:
$ docker-compose build
$ docker-compose up -d
Open the irisserver production http://localhost:54773/csp/user/EnsPortal.ProductionConfig.zen?$NAMESPACE=USER& and start it
Open the Configure Message Bank link on irisclient1 http://localhost:54774/csp/user/EnsPortal.FindMsgBank.zen?$NAMESPACE=USER& and set the following values and click the Save button:
Open the irisclient1 production http://localhost:54774/csp/user/EnsPortal.ProductionConfig.zen?$NAMESPACE=USER& and start it
Open the Configure Message Bank link on irisclient2 http://localhost:54775/csp/user/EnsPortal.FindMsgBank.zen?$NAMESPACE=USER& and set the following values and click the Save button:
Open the irisclient2 production http://localhost:54775/csp/user/EnsPortal.ProductionConfig.zen?PRODUCTION=dc.sample.HelloProduction and start it
Go to the irisserver Message Bank Viewer http://localhost:54773/csp/user/Ens.Enterprise.Portal.MsgBankViewer.zen and click Search to see the irisclient1 and irisclient2 messages.