Sign in to follow, share, and participate in this community.
I have been reading about gateways and want to build a new CF11 application to use it. What I want is that my application can comunicate with operators in the field, two ways, realtime, so that every operator has his ... Hi, How can i catch different SMPP error type return by SMSC server ? I want to catch result like 0x45,0x01,0x0B,0x58,0x15.... in my code. I can see eventgateway.log logging the error message but how ... I'm using the following: ColdFusion: 8,0,1,195765 Edition: Standard Operating System: Windows 2003 Java Version: 1.6.0_20 I have a batch process that queues file upload requests by sending messages ... Hi
I've modified the example SocketGateway to create a
SilentSocketGateway.
I copied the original SocketGateway.java file and renamed it
SilentSocketGateway.java. And modified the new file.
All I have done i... Am getting the following error while invoking the event
gateway
"Error invoking CFC for gateway myGateway: Event Handler
Exception. An exception occurred when invoking a event handler
method from Application.cfc Th... Two machines, both fresh ColdFusion installs. Set up a Gateway Instance named cfflexgw. Point it to a working CFC and the local cfg file. When I send a simple message to the gateway, I get the follow... Hi
I have a coldfusion 8 server connecting to an SMS Provider
and the binding works great, sending messages works most of the
time but the bind to the server drops randomly and regularly.
It seems like i can pus... I'm looking for an example of sending messages to IBM MQ Messages via ColdFusion. I've spent some time googling and have only found a few articles and most of them are very old. Anyone have any info on thi... I am trying to go through the IM example in ColdFusion 9 Web Application Construction Kit, Volume 3 (Chapter 71. Integrating with SMS and IM). Has anyone else actually got this example working using the sample code an... Has anyone used OpenMQ with the generic gateway that ships with ColdFusion 8? Also, is it true that the generic gateway only supports topics and not queues? Why does the ActiveMQ example provide both but no the... Hello, 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 - th... Can someone walk me through setting up and using the "tempconveter" event gateway CFC that is included in ColdFusion. Thank you. Hi i am having some problems with the smpp gateway which are some message id are not coming back to me lots of statuses are not coming back to me i am not sure what i causing this out of 3000 sms sent 200 ha... Hi there, just learning about event gateways in Coldfusion. After a day playing and reading, I'm still unable to figure out if it is possible, using the default JMS and ActiveMQ event gateway type, to listen to ... Hi, I am having a problem with directory watcher, environment is : Windows 2003 Coldfusion 8.0.1 Current scenario : My directory watcher is watching a shared folder (A) on network, and copies files from th... Running the directory watcher gateway interface under CF8, watching a network directory, the connection to the remote server is occasionally lost, causing the interface to "fail". Is it possible to code javascri... Is there a way to restart directory watcher interface from javascript?
in Event Gateways
BackHi, We are running ColdFusion 9 inside JBOSS. We have event gateways that communicate with JMS Queue from JBOSS to acquire the vehicle related data for further processing (about 2 millions data per day i... I'm using the directory watcher gateway to log changed files as they are pushed (FTP'd) to a development server. The gateway occassionally misses random files. I've seen some older post where this was a pr... I'm getting the following error when trying to update a flex 4 application connected to a embedded LCDS instance of CF 8.01: [LCDS]10/14/2010 10:46:40.031 [DEBUG] [Service.Data.Transaction] Started non-jta da... We have a directory watcher gateway that has worked quite well in the past, but over the past couple days has started having problems. What seems to happen is that the gateway cfc stops firing when a file is added to ... Directory watcher gateway stops seeing files added after working fine for awhile
in Event Gateways
Back