An event channel describes a JMS topic or queue and associated prefilter conditions. The prefilter conditions decide the type of events to send to a particular channel. All the subscribers or listeners of this channel receive only the events filtered on the prefilter conditions. Additionally, each subscriber can also use SQL92 queries on message properties as post-filter conditions. The SQL92 based queries use the properties specified in the JMS header. The event channel architecture is shown in
Figure 23.