Try OpenEdge Now
skip to main content
Business Process Portal User's Guide
Managing Alerts : Alerts from external application : Connecting to a Business Process Server to send alert message
 

Connecting to a Business Process Server to send alert message

You must connect to a JMS provider to send an alert to Business Process Server. All the JMS messages should be delivered to the destination "jms/SBMMessageQueue" using the connection factory "BMConnectionFactoryXA". The details for connecting to a JMS provider are available in the OEBPS_HOME\conf\oebpsjndi.properties file. The following Table 17 lists the parameters you must check from the oebpsjndi.properties file.
Table 17. JMS provider details
Parameter
Description
oebps.<appserver>.jms.factory.initial
Initial context factory class name.
oebps.<appserver>.jms.provider.url
Provider URL.
oebps.<appserver>.jms.principal
User name.
oebps.<appserver>.jms.credentials
Password.