Skip to content

Instantly share code, notes, and snippets.

@bdcravens
Created September 2, 2012 04:59
Show Gist options
  • Save bdcravens/3594922 to your computer and use it in GitHub Desktop.
Save bdcravens/3594922 to your computer and use it in GitHub Desktop.
Railo event gateway using ID
<cfset id = form['_id']>
<cfset variables.fields = array(field("Queue name", "queuename", "#id#", true, "The queue to listen to", "text"),
field("Interval (seconds)","interval","60",true,"The interval between checks, in seconds","text")
) />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment