Questions tagged [event-gateway]
10 questions
4
votes
3 answers
Unable to start event gateway instance: Event Gateway Service is not enabled
I recently migrated our server from ColdFusion 7 Enterprise to ColdFusion 10 Standard and now our event gateways aren't working. When I try to start them, it says:
Unable to start event gateway instance: Event Gateway Service is not
enabled.
I…

Heather Holman
- 91
- 5
3
votes
1 answer
Subscribing to multiple ActiveMQ topics in a Coldfusion Event Gateway
I was wondering if I could use the Coldfusion example ActiveMQ event gateway to subscribe to multiple topics.
Currently I can set
destinationName=dynamicTopics/topic1
however I would have assumed I could set some kind of Composite…

Tyler Clendenin
- 1,459
- 1
- 12
- 25
2
votes
1 answer
ColdFusion SMS Gateway Instance problem
I am having a strange problem with my SMS Gateway. The SMPP connection to the external gateway is fine, and outgoing messages are never a problem.
The problem is to do with my incoming.cfc - the gateway instance points to "incoming.cfc" and that…

Simon
- 227
- 2
- 3
- 15
2
votes
1 answer
BPMN event-based gateway with conditional flow
I am trying to model an event-based gateway that waits for several messages, and optionally for a timer. Before using this in a real model I tried it in a unit test, and it seems in the camunda engine the condition is completely ignored. Now I'm…

Jörn Horstmann
- 33,639
- 11
- 75
- 118
1
vote
0 answers
Issue with ColdFusion Directory watcher Logs
I am using ColdFusion Directory watcher and interval=60000; what we were observed, we are seeing the logs very continuously as below ( I have two directories dirWatcherLocal and DataFiles under Test folder)
E:\App\Test\dirWatcherLocalis…

K.Krishna Raju
- 3
- 4
1
vote
1 answer
asynchronous events through CFCs vs cfthread?
I can't believe I just read this: Using the CFML event gateway for asynchronous CFCs
As far as I know a thread can also be used to do async events. However, I am having trouble understanding when I should use a thread vs. a CFML event gateway? What…

Henry
- 32,689
- 19
- 120
- 221
0
votes
1 answer
How to invoke AWS lambda while running EventGateway locally
I am trying to invoke an AWS Lambda function from a locally running EventGateway (version: 0.9.1) instance. However, the subscription call is failing due to an "Event Type: http.request not found".
The lambda has been deployed independently using…

user7124
- 95
- 7
0
votes
0 answers
ColdFusion event gateways are taking long time to generate huge number of PDF files
In our ColdFusion application an event gateway is used to generate PDF files (more than 250 000) for Arabic texts and English text. During this process we noticed that event gateways are getting stuck frequently (sometimes after half an hour or an…

user3742125
- 617
- 2
- 9
- 31
0
votes
1 answer
Which event endpoint should each device send a StateReport/ChangeReport to?
I built an Alexa skill and it worked on multiple regions with our light devices.
As we know, while the state of a device changes, our server should send a ChangeReport event to Alexa, and there are 3 endpoints for each region:
North America:…

troy
- 2,145
- 2
- 23
- 31
0
votes
1 answer
Railo cannot add event gateway under service in web admin
I am working on a railo 4.2.1.008 server. I can run the web admin from localhost/railo-context/admin/web.cfm and www.mydomain.com/railo-context/admin/web.cfm. Both of them are showing individual settings. But the local one allows me to add an event…

Marikkani Chelladurai
- 1,430
- 1
- 13
- 23