Try OpenEdge Now
skip to main content
BP Server Developer's Guide
JMS based event publisher : Event sender : JMS sender implementation
 

JMS sender implementation

This is the default sender implementation provided in BP Server. The JMS sender logic is shown in Figure 22.
Figure 22. Event sender
The JMSSender reads the channel list from cache. When no filter conditions are specified for a channel, all events are unconditionally published to that channel. When filter conditions are specified for an event channel, they are first evaluated using the input event. The event is published only when the specified simple or compound conditions are true.
The Event Publisher assumes that all JMS destinations specified as channels are accessible with the default JMS server that is directly by the application server.