Samples for using correlator-integrated messaging for JMS
Apama Studio provides the following example applications that illustrate the use of correlator-integrated messaging for JMS. The examples are located in the APAMA_HOME\samples\correlator_jms directory.
simple-send-receive - This application demonstrates simple sending and receiving. It sends a sample event to a JMS queue or topic as a JMS
TextMessage using the automatically configured default sender and receives the message using a statically-configured receiver.
dynamic-event-api - This application demonstrates how to use the event API to dynamically add and remove JMS senders and receivers. In addition, it shows how to monitor senders and receivers for errors and availability.
flow-control - This application demonstrates how to use the event API to avoid sending events faster than JMS can handle and a separate demonstration of how to avoid receiving messages from JMS faster than the EPL application can handle.