User Guide

Table Of Contents
1019
CHAPTER 42
Using Event Gateways
This chapter provides an introduction to Macromedia ColdFusion MX event gateways, and
provides information on how to write applications that use these gateways. It also describes how
to configure an event gateway for an application and how to deploy the application. The final
sections of the chapter describe some of the event gateways and example applications that are
provided with ColdFusion MX, and how to use them. Subsequent chapters describe how to write
applications that use the instant messaging and SMS event gateway types that are provided with
ColdFusion MX, and how to develop your own event gateways.
This chapter assumes that developers who write applications that use event gateways have a
thorough knowledge of ColdFusion development concepts and practices, including ColdFusion
components (CFCs). Developers who are writing applications for custom gateways that are not
provided in ColdFusion MX must also know the details of the event gateway they are using and
its requirements.
Note: ColdFusion MX Standard Edition does not support event gateways. In ColdFusion MX
Developer Edition, some gateway types supplied with ColdFusion MX impose connection limitations.
Contents
About event gateways. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1020
Event gateway facilities and tools . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1024
Structure of an event gateway application. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1027
Configuring an event gateway instance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1028
Developing an event gateway application. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1029
Deploying event gateways and applications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1037
Using the CFML event gateway for asynchronous CFCs . . . . . . . . . . . . . . . . . . . . . . . . . . . 1038
Using the example event gateways and gateway applications . . . . . . . . . . . . . . . . . . . . . . . . 1040