Event Gateway Overview

Event gateways

Event Gateways > Gateway Instances

 

The following table describes the settings for an individual event gateway. For complete information on event gateways, see ColdFusion Developer's Guide.

 

Option

Description

Default

Gateway ID

A name for the event gateway instance. You use this value in

the ColdFusion GetGatewayHelper and SendGatewayMessage functions.

 

Gateway Type

The event gateway type. Options include:

  • ActiveMQ

  • CFML

  • DataManagement

  • DataServicesMessaging

  • DirectoryWatcher

  • FMS

  • JMS

  • SAMETIME

  • SMS

  • Socket

  • XMPP

 

CFC Path

The absolute path to the listener CFC that handles incoming messages.

 

Configuration File

(Optional) Configuration file, if required for the event gateway  instance.

 

Startup Mode

The event gateway startup status, one of:

  • Automatic: Start the event gateway when ColdFusion starts.

  • Manual: Do not start the event gateway with ColdFusion, but allow starting it from the Event Gateways page.

  • Disabled: Do not allow the event gateway to start.

Automatic

Related topics