R
rblanchard
Guest
Yes. We use the appserver not just to serve our front end clients but also to run as an email server, push notification server, jms message server, etc. To start these processes we defined an appserver broker with the startup procedure of initmessenger.p. All this procedure did was connect to another appserver broker and run the processes asynchronously so the appserver appears to start. If you just run these processes (email server, PN server, JMS server) from the startup procedure the appserver would always say starting and never say started. We only want one instance of the email server, PN server and jms message server which is why we only want one thread to start. It also looks like how we did this with classic appserver does not work in PASOE. We have been unable to connect to another abl app within the same PASOE instance...work in progress.
Continue reading...
Continue reading...