Try OpenEdge Now
skip to main content
BP Server Developer's Guide
Working with Monitoring process : Supported events : Connecting to a JMS event gateway
 

Connecting to a JMS event gateway

You must connect to a JMS event gateway to send an event to Business Process Server. All the JMS messages (events) should be delivered to the destination BMExternalEventQueue using the connection factory BMConnectionFactoryXA. The details for connecting to a JMS event gateway are available in the oebpsjndi.properties file present in OEBPS_HOME\conf folder. The Table 27 lists the parameters you must check from the oebpsjndi.properties file.
Table 27. JMS event gateway 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.